diff -r 9580f237139f Doc/library/csv.rst --- a/Doc/library/csv.rst Sat Aug 17 00:40:38 2013 +0100 +++ b/Doc/library/csv.rst Fri Aug 16 16:19:08 2013 -1000 @@ -241,7 +241,7 @@ Instructs :class:`writer` objects to only quote those fields which contain special characters such as *delimiter*, *quotechar* or any of the characters in - *lineterminator*. + *lineterminator*. This is the default behavior. .. data:: QUOTE_NONNUMERIC