]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/rbd/librbdpy.rst
update sources to v12.1.2
[ceph.git] / ceph / doc / rbd / librbdpy.rst
index da823c7fdd475fc89009bbd5e4a8dd9853c70629..fa903312557fea5bc2c0e93fca757fdcb16fa71e 100644 (file)
@@ -34,7 +34,7 @@ This writes 'foo' to the first 600 bytes of the image. Note that data
 cannot be :type:unicode - `Librbd` does not know how to deal with
 characters wider than a :c:type:char.
 
-In the end, you'll want to close the image, the IO context and the connection to RADOS::
+In the end, you will want to close the image, the IO context and the connection to RADOS::
 
     image.close()
     ioctx.close()