From: Alfredo Deza Date: Mon, 14 Aug 2017 23:19:41 +0000 (-0400) Subject: pybind fix rbd trash_move docstring, needed a newline X-Git-Tag: v13.0.0~94^2~17 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=89ace1b1e9bdd4bef35afb4cc89544b3ea6b1b5b;p=ceph.git pybind fix rbd trash_move docstring, needed a newline Signed-off-by: Alfredo Deza --- diff --git a/src/pybind/rbd/rbd.pyx b/src/pybind/rbd/rbd.pyx index 1d6376b7faf1d..a4e1e1e6e830b 100644 --- a/src/pybind/rbd/rbd.pyx +++ b/src/pybind/rbd/rbd.pyx @@ -898,6 +898,7 @@ class RBD(object): def trash_move(self, ioctx, name, delay=0): """ Move an RBD image to the trash. + :param ioctx: determines which RADOS pool the image is in :type ioctx: :class:`rados.Ioctx` :param name: the name of the image to remove