File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -845,7 +845,7 @@ def read_csv(
845845 In addition, separators longer than 1 character and different from
846846 ``'\\ s+'`` will be interpreted as regular expressions and will also force
847847 the use of the Python parsing engine. Note that regex delimiters are prone
848- to ignoring quoted data. Regex example: ``'\r '``.
848+ to ignoring quoted data. Regex example: ``'\\ r \\ t '``.
849849 delimiter : str, optional
850850 Alias for ``sep``.
851851 header : int, Sequence of int, 'infer' or None, default 'infer'
@@ -1433,7 +1433,7 @@ def read_table(
14331433 In addition, separators longer than 1 character and different from
14341434 ``'\\ s+'`` will be interpreted as regular expressions and will also force
14351435 the use of the Python parsing engine. Note that regex delimiters are prone
1436- to ignoring quoted data. Regex example: ``'\r '``.
1436+ to ignoring quoted data. Regex example: ``'\\ r \\ t '``.
14371437 delimiter : str, optional
14381438 Alias for ``sep``.
14391439 header : int, Sequence of int, 'infer' or None, default 'infer'
You can’t perform that action at this time.
0 commit comments