From 306b8f7e28fa4313c878cebeece7795b660672dc 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 --- 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 76dd6ef7a3e..346653a3d2e 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