]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/rados: remove duplicated words 8895/head
authorLi Peng <lip@dtdream.com>
Tue, 3 May 2016 06:43:47 +0000 (14:43 +0800)
committerLi Peng <lip@dtdream.com>
Tue, 3 May 2016 06:43:47 +0000 (14:43 +0800)
Signed-off-by: Li Peng <lip@dtdream.com>
src/pybind/rados/rados.pyx

index 5aa6ec0948d893ae09104a9c79e22d716802c849..4eeeeed0a01102b6b4af3e76a392a4a702223b2a 100644 (file)
@@ -2837,7 +2837,7 @@ returned %d, but should return zero on success." % (self.name, ret))
         :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
+        :returns: an iterator over the requested omap values, return value from this action
         """
 
         start_after = cstr(start_after, 'start_after') if start_after else None
@@ -2867,7 +2867,7 @@ returned %d, but should return zero on success." % (self.name, ret))
         :type start_after: 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
+        :returns: an iterator over the requested omap values, return value from this action
         """
         start_after = cstr(start_after, 'start_after') if start_after else None
         cdef:
@@ -2892,7 +2892,7 @@ returned %d, but should return zero on success." % (self.name, ret))
         :type read_op: ReadOp
         :para keys: input key tuple
         :type keys: tuple
-        :returns: an iterator over the the requested omap values, return value from this action
+        :returns: an iterator over the requested omap values, return value from this action
         """
         keys = cstr_list(keys, 'keys')
         cdef: