From eb19fc5b33141b7b2bdbe4ac3d79f25bc7d029f9 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Sat, 24 Dec 2022 15:51:10 +1000 Subject: [PATCH] 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) --- doc/rados/api/python.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5