From bbdcdea33205521f4e0d35c4f423b0204b5614b9 Mon Sep 17 00:00:00 2001 From: Robert Gieseke Date: Fri, 5 Aug 2016 10:02:35 +0200 Subject: [PATCH] DOC: Add missing word --- pandas/io/pytables.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandas/io/pytables.py b/pandas/io/pytables.py index 9c1ef077c3e74..d3cb8a01c4ebd 100644 --- a/pandas/io/pytables.py +++ b/pandas/io/pytables.py @@ -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