]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind fix rbd trash_move docstring, needed a newline
authorAlfredo Deza <adeza@redhat.com>
Mon, 14 Aug 2017 23:19:41 +0000 (19:19 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 16 Aug 2017 12:20:00 +0000 (08:20 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
src/pybind/rbd/rbd.pyx

index 1d6376b7faf1d7d255a40839a75fc92ef9570348..a4e1e1e6e830b73e58fcc45cd2d5c52ff9aa96ee 100644 (file)
@@ -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