From 6aef11e5dd7c2646920f714f59e309e761fa833f Mon Sep 17 00:00:00 2001 From: Li Peng Date: Tue, 3 May 2016 14:43:47 +0800 Subject: [PATCH] pybind/rados: remove duplicated words Signed-off-by: Li Peng --- src/pybind/rados/rados.pyx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: -- 2.47.3