Fix typo and silence a Sphinx warning in Doc/glossary.rst
This commit is contained in:
parent
326196047f
commit
af51140fa0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue