Skip to content

Commit 7471d32

Browse files
committed
DOC: typo in read_csv doc-string
1 parent e66062e commit 7471d32

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
@@ -171,7 +171,7 @@
171171
* list of ints or names. e.g. If [1, 2, 3] -> try parsing columns 1, 2, 3
172172
each as a separate date column.
173173
* list of lists. e.g. If [[1, 3]] -> combine columns 1 and 3 and parse as
174-
a single date column.
174+
a single date column.
175175
* dict, e.g. {'foo' : [1, 3]} -> parse columns 1, 3 as date and call result
176176
'foo'
177177

0 commit comments

Comments
 (0)