We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b05a60 commit a840356Copy full SHA for a840356
pandas/io/parsers.py
@@ -63,7 +63,7 @@
63
object with a read() method (such as a file handle or StringIO)
64
The string could be a URL. Valid URL schemes include http, ftp, s3, and
65
file. For file URLs, a host is expected. For instance, a local file could
66
- be file ://localhost/path/to/table.csv
+ be file://localhost/path/to/table.csv
67
%s
68
delim_whitespace : boolean, default False
69
Specifies whether or not whitespace (e.g. ``' '`` or ``'\t'``) will be
0 commit comments