Fix typo and silence a Sphinx warning in Doc/glossary.rst

This commit is contained in:
Berker Peksag 2016-06-11 22:40:41 +03:00
parent 326196047f
commit af51140fa0
1 changed files with 1 additions and 1 deletions

View 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