From 41a7df667dc8213badc7238abc62c8965cb7f400 Mon Sep 17 00:00:00 2001 From: emikhailova Date: Sun, 18 Nov 2018 23:11:15 +0300 Subject: [PATCH] DOC: remove quoting comment from escapechar description (pandas-dev#23717) --- pandas/io/parsers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/io/parsers.py b/pandas/io/parsers.py index f76e0d874fdf3..671f98850012c 100755 --- a/pandas/io/parsers.py +++ b/pandas/io/parsers.py @@ -258,7 +258,7 @@ whether or not to interpret two consecutive quotechar elements INSIDE a field as a single ``quotechar`` element. escapechar : str (length 1), default None - One-character string used to escape delimiter when quoting is QUOTE_NONE. + One-character string used to escape delimiter. comment : str, default None Indicates remainder of line should not be parsed. If found at the beginning of a line, the line will be ignored altogether. This parameter must be a