]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/rados, get_omap_vals: Fix pydoc type. 6220/head
authorRobin H. Johnson <robin.johnson@dreamhost.com>
Fri, 9 Oct 2015 22:58:06 +0000 (15:58 -0700)
committerRobin H. Johnson <robin.johnson@dreamhost.com>
Fri, 9 Oct 2015 23:29:15 +0000 (16:29 -0700)
pydoc type for filter_prefix did not match code.

Signed-off-by: Robin H. Johnson <robin.johnson@dreamhost.com>
src/pybind/rados.py

index 2172d023072096a958bba3039964599c78a74c9f..804a1692020665c9bd2ffdbfb572e96f800b82b7 100644 (file)
@@ -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