Skip to content

Commit 9f14e76

Browse files
Merge pull request #11046 from jorisvandenbossche/doc-quoting
DOC: correct quoting constants order
2 parents 6636ad5 + ce96e4c commit 9f14e76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/io.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ They can take a number of arguments:
149149
Quoted items can include the delimiter and it will be ignored.
150150
- ``quoting`` : int,
151151
Controls whether quotes should be recognized. Values are taken from `csv.QUOTE_*` values.
152-
Acceptable values are 0, 1, 2, and 3 for QUOTE_MINIMAL, QUOTE_ALL, QUOTE_NONE, and QUOTE_NONNUMERIC, respectively.
152+
Acceptable values are 0, 1, 2, and 3 for QUOTE_MINIMAL, QUOTE_ALL,
153+
QUOTE_NONNUMERIC and QUOTE_NONE, respectively.
153154
- ``skipinitialspace`` : boolean, default ``False``, Skip spaces after delimiter
154155
- ``escapechar`` : string, to specify how to escape quoted data
155156
- ``comment``: Indicates remainder of line should not be parsed. If found at the

0 commit comments

Comments
 (0)