diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst index ee1ea87d68655f..12c87b78cd408a 100644 --- a/Doc/library/csv.rst +++ b/Doc/library/csv.rst @@ -362,6 +362,8 @@ The :mod:`csv` module defines the following constants: Instructs :class:`writer` objects to only quote those fields which contain special characters such as *delimiter*, *quotechar*, ``'\r'``, ``'\n'`` or any of the characters in *lineterminator*. + If *doublequote* is :const:`False` and *escapechar* is set, + the *quotechar* is escaped instead of causing the field to be quoted. .. data:: QUOTE_NONNUMERIC