From 9a247e13f6c85576a037f2a12461ff0515867584 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 14 Aug 2017 19:07:18 -0400 Subject: [PATCH] pybind: fix invalid doctring in Rados.require_state Signed-off-by: Alfredo Deza --- 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 113180191dc9b..d6a55e5fc32b7 100644 --- a/src/pybind/rados/rados.pyx +++ b/src/pybind/rados/rados.pyx @@ -664,7 +664,7 @@ cdef class Rados(object): """ Checks if the Rados object is in a special state - :raises: RadosStateError + :raises: :class:`RadosStateError` """ if self.state in args: return -- 2.39.5