Skip to content

Commit 19ad3f0

Browse files
crayxtWillAyd
authored andcommitted
DOC: Fix function name. (#25751)
1 parent e8d951d commit 19ad3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3008,7 +3008,7 @@ def to_csv(self, path_or_buf=None, sep=",", na_rep='', float_format=None,
30083008
See Also
30093009
--------
30103010
read_csv : Load a CSV file into a DataFrame.
3011-
to_excel : Load an Excel file into a DataFrame.
3011+
to_excel : Write DataFrame to an Excel file.
30123012
30133013
Examples
30143014
--------

0 commit comments

Comments
 (0)