Skip to content

Commit 3d257a1

Browse files
committed
Fix misdescription in escapechar
1 parent 41b2b18 commit 3d257a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/io/parsers.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,8 @@
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 commonly used in character quoting or encoding a
265+
a syntactic entity.
265266
comment : str, optional
266267
Indicates remainder of line should not be parsed. If found at the beginning
267268
of a line, the line will be ignored altogether. This parameter must be a

0 commit comments

Comments
 (0)