8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d03980 commit ba74857Copy full SHA for ba74857
Doc/library/csv.rst
@@ -354,7 +354,7 @@ The :mod:`csv` module defines the following constants:
354
which are strings. This is similar to :data:`QUOTE_NONNUMERIC`, except that if a
355
field value is ``None`` an empty (unquoted) string is written.
356
357
- Instructs :class:`reader`objects to interpret an empty (unquoted) string as None and
+ Instructs :class:`reader` objects to interpret an empty (unquoted) string as ``None`` and
358
to otherwise behave as :data:`QUOTE_NONNUMERIC`.
359
360
The :mod:`csv` module defines the following exception:
0 commit comments