Skip to content

Commit 0c6f3f1

Browse files
thooPingviinituutti
authored andcommitted
Fix misdescription in escapechar (pandas-dev#24490)
Closes pandas-devgh-23717
1 parent aaebb2b commit 0c6f3f1

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
@@ -261,7 +261,7 @@
261261
whether or not to interpret two consecutive quotechar elements INSIDE a
262262
field as a single ``quotechar`` element.
263263
escapechar : str (length 1), optional
264-
One-character string used to escape delimiter when quoting is QUOTE_NONE.
264+
One-character string used to escape other characters.
265265
comment : str, optional
266266
Indicates remainder of line should not be parsed. If found at the beginning
267267
of a line, the line will be ignored altogether. This parameter must be a

0 commit comments

Comments
 (0)