]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados: correct typo in python.rst 49560/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 06:33:07 +0000 (16:33 +1000)
s/you Ceph configuration file/your Ceph configuration file/

Signed-off-by: Zac Dover <zac.dover@gmail.com>
(cherry picked from commit 306b8f7e28fa4313c878cebeece7795b660672dc)

doc/rados/api/python.rst

index c068e38f6a2fc53cacb08b43d104ef827d5acdd5..0c9cb9e98f115a1d77e731496ddfb2e48db83805 100644 (file)
@@ -68,7 +68,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