Skip to content

Commit e8a3050

Browse files
committed
change the description of escapechar
1 parent 3d257a1 commit e8a3050

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/io/parsers.py

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

0 commit comments

Comments
 (0)