Skip to content

Commit c8e7863

Browse files
rgiesekejreback
authored andcommitted
DOC: Add missing word in docstring
Author: Robert Gieseke <[email protected]> Closes pandas-dev#13915 from rgieseke/patch-2 and squashes the following commits: bbdcdea [Robert Gieseke] DOC: Add missing word
1 parent 2beab41 commit c8e7863

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/io/pytables.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,8 @@ def read_hdf(path_or_buf, key=None, **kwargs):
285285
286286
.. versionadded:: 0.19.0 support for pathlib, py.path.
287287
288-
key : group identifier in the store. Can be omitted a HDF file contains
289-
a single pandas object.
288+
key : group identifier in the store. Can be omitted if the HDF file
289+
contains a single pandas object.
290290
where : list of Term (or convertable) objects, optional
291291
start : optional, integer (defaults to None), row number to start
292292
selection

0 commit comments

Comments
 (0)