8000 fix markup · python/cpython@ba74857 · GitHub
[go: up one dir, main page]

Skip to content

Commit ba74857

Browse files
authored
fix markup
1 parent 4d03980 commit ba74857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/csv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ The :mod:`csv` module defines the following constants:
354354
which are strings. This is similar to :data:`QUOTE_NONNUMERIC`, except that if a
355355
field value is ``None`` an empty (unquoted) string is written.
356356

357-
Instructs :class:`reader`objects to interpret an empty (unquoted) string as None and
357+
Instructs :class:`reader` objects to interpret an empty (unquoted) string as ``None`` and
358358
to otherwise behave as :data:`QUOTE_NONNUMERIC`.
359359

360360
The :mod:`csv` module defines the following exception:

0 commit comments

Comments
 (0)
0