From 350139b3a74dd3aadb3fa831bf4ae7b839eb49a0 Mon Sep 17 00:00:00 2001 From: JordanDorne Date: Thu, 18 Jun 2015 17:12:27 +0200 Subject: [PATCH] doc: Replace requries with requires in python API doc Fixes: #12076 Signed-off-by: Jordan DORNE --- 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 826919ef577b..6e622ab58766 100644 --- a/doc/rados/api/python.rst +++ b/doc/rados/api/python.rst @@ -158,7 +158,7 @@ pool. Input/Output Context -------------------- -Reading from and writing to the Ceph Storage Cluster requries an input/output +Reading from and writing to the Ceph Storage Cluster requires an input/output context (ioctx). You can create an ioctx with the ``open_ioctx()`` method of the ``Rados`` class. The ``ioctx_name`` parameter is the name of the pool you wish to use. -- 2.47.3