Skip to content

Commit a840356

Browse files
xpvpcjreback
authored andcommitted
doc: fix typo in doc (#18384)
1 parent 3b05a60 commit a840356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/parsers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
object with a read() method (such as a file handle or StringIO)
6464
The string could be a URL. Valid URL schemes include http, ftp, s3, and
6565
file. For file URLs, a host is expected. For instance, a local file could
66-
be file ://localhost/path/to/table.csv
66+
be file://localhost/path/to/table.csv
6767
%s
6868
delim_whitespace : boolean, default False
6969
Specifies whether or not whitespace (e.g. ``' '`` or ``'\t'``) will be

0 commit comments

Comments
 (0)