Skip to content

Commit 99bb55a

Browse files
authored
Update csv.rst mistake with literal syntax
1 parent 8549c4a commit 99bb55a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/csv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ The :mod:`csv` module defines the following constants:
333333

334334
Instructs :class:`reader` objects to convert all non-quoted fields to type *float*.
335335

336-
```True``` and ```False``` are numeric types in Python so using this option will
336+
``True`` and ``False`` are numeric types in Python so using this option will
337337
not quote them.
338338

339339

0 commit comments

Comments
 (0)