Skip to content

Commit 906d3b6

Browse files
authored
Fix broken link in docs (#38854)
1 parent 61ae774 commit 906d3b6

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
@@ -2576,7 +2576,7 @@ def to_hdf(
25762576
25772577
See Also
25782578
--------
2579-
DataFrame.read_hdf : Read from HDF file.
2579+
read_hdf : Read from HDF file.
25802580
DataFrame.to_parquet : Write a DataFrame to the binary parquet format.
25812581
DataFrame.to_sql : Write to a sql table.
25822582
DataFrame.to_feather : Write out feather-format for DataFrames.

0 commit comments

Comments
 (0)