From: Robin H. Johnson Date: Fri, 9 Oct 2015 22:58:06 +0000 (-0700) Subject: pybind/rados, get_omap_vals: Fix pydoc type. X-Git-Tag: v9.1.0~3^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=68c722c897d8eba76cacb8adb2b5bae96320929e;p=ceph.git pybind/rados, get_omap_vals: Fix pydoc type. pydoc type for filter_prefix did not match code. Signed-off-by: Robin H. Johnson --- diff --git a/src/pybind/rados.py b/src/pybind/rados.py index 2172d0230720..804a16920206 100644 --- a/src/pybind/rados.py +++ b/src/pybind/rados.py @@ -2000,7 +2000,7 @@ returned %d, but should return zero on success." % (self.name, ret)) :para start_after: list keys starting after start_after :type start_after: str :para filter_prefix: list only keys beginning with filter_prefix - :type filter_prefix: int + :type filter_prefix: str :para max_return: list no more than max_return key/value pairs :type max_return: int :returns: an iterator over the the requested omap values, return value from this action