From: JordanDorne Date: Thu, 18 Jun 2015 15:12:27 +0000 (+0200) Subject: doc: Replace requries with requires in python API doc X-Git-Tag: v9.0.3~152^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=350139b3a74dd3aadb3fa831bf4ae7b839eb49a0;p=ceph.git doc: Replace requries with requires in python API doc Fixes: #12076 Signed-off-by: Jordan DORNE --- 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.