Skip to content

Commit 5d2812d

Browse files
committed
minor doc correction
1 parent 3b5bba9 commit 5d2812d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pandas/io/pytables.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,9 @@ def copy(self, file, mode='w', propindexes=True, keys=None, complib=None,
11491149
return new_store
11501150

11511151
def info(self):
1152-
"""return detailed information on the store
1152+
"""
1153+
print detailed information on the store
1154+
11531155
.. versionadded:: 0.21.0
11541156
"""
11551157
output = '%s\nFile path: %s\n' % (type(self), pprint_thing(self._path))

0 commit comments

Comments
 (0)