We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8549c4a commit 99bb55aCopy full SHA for 99bb55a
1 file changed
Doc/library/csv.rst
@@ -333,7 +333,7 @@ The :mod:`csv` module defines the following constants:
333
334
Instructs :class:`reader` objects to convert all non-quoted fields to type *float*.
335
336
- ```True``` and ```False``` are numeric types in Python so using this option will
+ ``True`` and ``False`` are numeric types in Python so using this option will
337
not quote them.
338
339
0 commit comments