From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Mon, 2 May 2022 03:15:17 +0000 (+0700) Subject: pybind/rados: fix typo in get_stats documentation X-Git-Tag: v18.0.0~976^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F46102%2Fhead;p=ceph.git pybind/rados: fix typo in get_stats documentation Ioctx.get_stats() had a typo in return value documentation block so add the "c" in "objects". Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com> --- diff --git a/src/pybind/rados/rados.pyx b/src/pybind/rados/rados.pyx index abec5119d45..b8ae8165c6c 100644 --- a/src/pybind/rados/rados.pyx +++ b/src/pybind/rados/rados.pyx @@ -2994,7 +2994,7 @@ returned %d, but should return zero on success." % (self.name, ret)) - ``num_object_copies`` (int) - number of object copies - - ``num_objects_missing_on_primary`` (int) - number of objets + - ``num_objects_missing_on_primary`` (int) - number of objects missing on primary - ``num_objects_unfound`` (int) - number of unfound objects