Skip to content

Commit 9205469

Browse files
Properly link constants
1 parent d4a031d commit 9205469

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
@@ -365,7 +365,7 @@ The :mod:`csv` module defines the following constants:
365365

366366
.. note::
367367

368-
Due to a bug, constants ``QUOTE_NOTNULL`` and ``QUOTE_STRINGS``
368+
Due to a bug, constants :data:`QUOTE_NOTNULL` and :data:`QUOTE_STRINGS`
369369
do not affect behaviour of :class:`reader` objects.
370370
This bug is fixed in Python 3.13.
371371

0 commit comments

Comments
 (0)