From 68c722c897d8eba76cacb8adb2b5bae96320929e Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Fri, 9 Oct 2015 15:58:06 -0700 Subject: [PATCH] pybind/rados, get_omap_vals: Fix pydoc type. pydoc type for filter_prefix did not match code. Signed-off-by: Robin H. Johnson --- src/pybind/rados.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3