Skip to content

Commit 93eaacc

Browse files
DOC: fix SA01 for pandas.errors.AttributeConflictWarning
1 parent 8982151 commit 93eaacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/errors/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ class AttributeConflictWarning(Warning):
676676
--------
677677
HDFStore : Dict-like IO interface for storing pandas objects in PyTables.
678678
DataFrame.to_hdf : Write the contained data to an HDF5 file using HDFStore.
679-
read_hdf : Read from the store, close it if we opened it.
679+
read_hdf : Read from an HDF5 file into a DataFrame.
680680
681681
Examples
682682
--------

0 commit comments

Comments
 (0)