diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-06-11 19:40:41 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-06-11 19:40:41 (GMT) |
commit | af51140fa0f475ed8050a938df6ce0db3c7d607a (patch) | |
tree | 7fe675710d2790723dce3328b80e18d93e2644af /Doc | |
parent | 326196047fcf8191bf06210e85b9b0b608763c79 (diff) | |
download | cpython-af51140fa0f475ed8050a938df6ce0db3c7d607a.zip cpython-af51140fa0f475ed8050a938df6ce0db3c7d607a.tar.gz cpython-af51140fa0f475ed8050a938df6ce0db3c7d607a.tar.bz2 |
Fix typo and silence a Sphinx warning in Doc/glossary.rst
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/glossary.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst index e7bcb6a..45b794f 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 |