From 4a0e856acd7490458c61f93d57a9cb8905b4c294 Mon Sep 17 00:00:00 2001 From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Mon, 2 May 2022 10:15:17 +0700 Subject: [PATCH] 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> --- src/pybind/rados/rados.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/rados/rados.pyx b/src/pybind/rados/rados.pyx index abec5119d454b..b8ae8165c6c2d 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 -- 2.47.3