Skip to content

Commit 0859e07

Browse files
committed
Merge pull request pandas-dev#10499 from joshlk/master
Updated to_hdf doc string
2 parents 80597dc + 3d54fe7 commit 0859e07

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
@@ -879,7 +879,7 @@ def to_hdf(self, path_or_buf, key, **kwargs):
879879
880880
Parameters
881881
----------
882-
path_or_buf : the path (string) or buffer to put the store
882+
path_or_buf : the path (string) or HDFStore object
883883
key : string
884884
indentifier for the group in the store
885885
mode : optional, {'a', 'w', 'r', 'r+'}, default 'a'

0 commit comments

Comments
 (0)