]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados: correct typo in python.rst 49557/head
authorZac Dover <zac.dover@gmail.com>
Sat, 24 Dec 2022 05:51:10 +0000 (15:51 +1000)
committerZac Dover <zac.dover@gmail.com>
Sat, 24 Dec 2022 05:51:10 +0000 (15:51 +1000)
s/you Ceph configuration file/your Ceph configuration file/

Signed-off-by: Zac Dover <zac.dover@gmail.com>
doc/rados/api/python.rst

index 76dd6ef7a3e138eb5449b2bcf96c8de5f78f48a6..346653a3d2e2cc7087760a0d533c16076a35ea89 100644 (file)
@@ -69,7 +69,7 @@ Your Python client also requires a client keyring. For this example, we use the
 ``client.admin`` key by default. If you would like to specify the keyring when
 creating the cluster handle, you may use the ``conf`` argument. Alternatively,
 you may specify the keyring path in your Ceph configuration file. For example,
-you may add something like the following line to you Ceph configuration file::
+you may add something like the following line to your Ceph configuration file::
 
        keyring = /path/to/ceph.client.admin.keyring