Skip to content

Commit

Permalink
DOC: Add missing word in docstring
Browse files Browse the repository at this point in the history
Author: Robert Gieseke <rob.g@web.de>

Closes #13915 from rgieseke/patch-2 and squashes the following commits:

bbdcdea [Robert Gieseke] DOC: Add missing word
  • Loading branch information
rgieseke authored and jreback committed Aug 5, 2016
1 parent 2beab41 commit c8e7863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pandas/io/pytables.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@ def read_hdf(path_or_buf, key=None, **kwargs):
.. versionadded:: 0.19.0 support for pathlib, py.path.
key : group identifier in the store. Can be omitted a HDF file contains
a single pandas object.
key : group identifier in the store. Can be omitted if the HDF file
contains a single pandas object.
where : list of Term (or convertable) objects, optional
start : optional, integer (defaults to None), row number to start
selection
Expand Down

0 comments on commit c8e7863

Please sign in to comment.