From: Li Peng Date: Tue, 3 May 2016 06:43:47 +0000 (+0800) Subject: pybind/rados: remove duplicated words X-Git-Tag: v11.0.0~741^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F8895%2Fhead;p=ceph.git pybind/rados: remove duplicated words Signed-off-by: Li Peng --- diff --git a/src/pybind/rados/rados.pyx b/src/pybind/rados/rados.pyx index 5aa6ec0948d8..4eeeeed0a011 100644 --- a/src/pybind/rados/rados.pyx +++ b/src/pybind/rados/rados.pyx @@ -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: