diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst index 1ecaec296b000e..810ba42d412f55 100644 --- a/Doc/library/csv.rst +++ b/Doc/library/csv.rst @@ -360,6 +360,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