Skip to content

Commit eac4fc2

Browse files
Properly link constants
1 parent 12c9eb5 commit eac4fc2

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

368368
.. note::
369369

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

0 commit comments

Comments
 (0)