diff options
Diffstat (limited to 'doc/rados/api/python.rst')
-rw-r--r-- | doc/rados/api/python.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rados/api/python.rst b/doc/rados/api/python.rst index 60bdfa4da06..62117c0dc7d 100644 --- a/doc/rados/api/python.rst +++ b/doc/rados/api/python.rst @@ -355,7 +355,7 @@ invoking methods of the `Ioctx` and other classes. .. -------------- .. The Ceph Storage Cluster allows you to make a snapshot of a pool's state. -.. Whereas, basic pool operations only require a connection to the cluster, +.. Although basic pool operations require only a connection to the cluster, .. snapshots require an I/O context. .. Ioctx.create_snap(self, snap_name) |