From: Zac Dover Date: Sat, 24 Dec 2022 05:51:10 +0000 (+1000) Subject: doc/rados: correct typo in python.rst X-Git-Tag: v16.2.11~34^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=eb19fc5b33141b7b2bdbe4ac3d79f25bc7d029f9;p=ceph.git doc/rados: correct typo in python.rst s/you Ceph configuration file/your Ceph configuration file/ Signed-off-by: Zac Dover (cherry picked from commit 306b8f7e28fa4313c878cebeece7795b660672dc) --- diff --git a/doc/rados/api/python.rst b/doc/rados/api/python.rst index c068e38f6a2fc..0c9cb9e98f115 100644 --- a/doc/rados/api/python.rst +++ b/doc/rados/api/python.rst @@ -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