]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Replace requries with requires in python API doc 5017/head
authorJordanDorne <jordan.dorne@gmail.com>
Thu, 18 Jun 2015 15:12:27 +0000 (17:12 +0200)
committerJordanDorne <jordan.dorne@gmail.com>
Thu, 18 Jun 2015 15:39:40 +0000 (17:39 +0200)
Fixes: #12076
Signed-off-by: Jordan DORNE <jordan.dorne@gmail.com>
doc/rados/api/python.rst

index 826919ef577b47717d59ff507b43759ae89e4918..6e622ab587664aac6e74409526d27f3054432062 100644 (file)
@@ -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.