Skip to content

Commit 0e153f9

Browse files
bashtagenoatamir
authored andcommitted
DOC: Correct return type of read_csv (pandas-dev#48343)
1 parent 39286fd commit 0e153f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/parsers/readers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@
427427
428428
Returns
429429
-------
430-
DataFrame or TextParser
430+
DataFrame or TextFileReader
431431
A comma-separated values (csv) file is returned as two-dimensional
432432
data structure with labeled axes.
433433

0 commit comments

Comments
 (0)