We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d1c50 commit 41a7df6Copy full SHA for 41a7df6
pandas/io/parsers.py
@@ -258,7 +258,7 @@
258
whether or not to interpret two consecutive quotechar elements INSIDE a
259
field as a single ``quotechar`` element.
260
escapechar : str (length 1), default None
261
- One-character string used to escape delimiter when quoting is QUOTE_NONE.
+ One-character string used to escape delimiter.
262
comment : str, default None
263
Indicates remainder of line should not be parsed. If found at the beginning
264
of a line, the line will be ignored altogether. This parameter must be a
0 commit comments