From: Berker Peksag Date: Sat, 11 Jun 2016 19:40:41 +0000 (+0300) Subject: Fix typo and silence a Sphinx warning in Doc/glossary.rst X-Git-Tag: v3.5.2rc1~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af51140fa0f475ed8050a938df6ce0db3c7d607a;p=thirdparty%2FPython%2Fcpython.git Fix typo and silence a Sphinx warning in Doc/glossary.rst --- diff --git a/Doc/glossary.rst b/Doc/glossary.rst index e7bcb6aecb75..45b794f48ef7 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -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