]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
pybind/rados: fix typo in get_stats documentation
authorVille Ojamo <14869000+bluikko@users.noreply.github.com>
Mon, 2 May 2022 03:15:17 +0000 (10:15 +0700)
committerVille Ojamo <14869000+bluikko@users.noreply.github.com>
Mon, 2 May 2022 04:52:14 +0000 (11:52 +0700)
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>
src/pybind/rados/rados.pyx

index abec5119d454b861ce56c3bbfe58f180e8e1b132..b8ae8165c6c2d2766b08c18deb81386de2ea4cb4 100644 (file)
@@ -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