Skip to content

Commit 41a7df6

Browse files
author
emikhailova
committed
DOC: remove quoting comment from escapechar description (pandas-dev#23717)
1 parent 91d1c50 commit 41a7df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/parsers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
whether or not to interpret two consecutive quotechar elements INSIDE a
259259
field as a single ``quotechar`` element.
260260
escapechar : str (length 1), default None
261-
One-character string used to escape delimiter when quoting is QUOTE_NONE.
261+
One-character string used to escape delimiter.
262262
comment : str, default None
263263
Indicates remainder of line should not be parsed. If found at the beginning
264264
of a line, the line will be ignored altogether. This parameter must be a

0 commit comments

Comments
 (0)