Skip to content

Commit 10855f6

Browse files
authored
DOC: Correct return type of read_csv (#48343)
1 parent 126f487 commit 10855f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/parsers/readers.py

+1-1
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)