From: Zac Dover Date: Sat, 24 Dec 2022 05:51:10 +0000 (+1000) Subject: doc/rados: correct typo in python.rst X-Git-Tag: v18.1.0~586^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=306b8f7e28fa4313c878cebeece7795b660672dc;p=ceph.git doc/rados: correct typo in python.rst s/you Ceph configuration file/your Ceph configuration file/ Signed-off-by: Zac Dover --- diff --git a/doc/rados/api/python.rst b/doc/rados/api/python.rst index 76dd6ef7a3e1..346653a3d2e2 100644 --- a/doc/rados/api/python.rst +++ b/doc/rados/api/python.rst @@ -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