]> granicus.if.org Git - python/commitdiff
Fix typo and silence a Sphinx warning in Doc/glossary.rst
authorBerker Peksag <berker.peksag@gmail.com>
Sat, 11 Jun 2016 19:40:41 +0000 (22:40 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sat, 11 Jun 2016 19:40:41 +0000 (22:40 +0300)
Doc/glossary.rst

index e7bcb6aecb7559a166e0c3febe0b4c6e20adde75..45b794f48ef7c9eed1045170fce13bb3d04f297e 100644 (file)
@@ -76,7 +76,7 @@ Glossary
 
    asynchronous iterable
       An object, that can be used in an :keyword:`async for` statement.
-      Must return an :term:`asyncronous iterator` from its
+      Must return an :term:`asynchronous iterator` from its
       :meth:`__aiter__` method.  Introduced by :pep:`492`.
 
    asynchronous iterator