summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-06-11 22:40:41 +0300
committerBerker Peksag <berker.peksag@gmail.com>2016-06-11 22:40:41 +0300
commit1ccde8e1ad13ea6943f6ef5ea4329c9827ba493e (patch)
treed6ba238859e82bc9a57b2d790be1346aae6039d1
parentdffce2f03cee3c86ed9a81d8882d40e1b835e348 (diff)
downloadcpython-1ccde8e1ad13ea6943f6ef5ea4329c9827ba493e.tar.gz
Fix typo and silence a Sphinx warning in Doc/glossary.rst
-rw-r--r--Doc/glossary.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst
index e7bcb6aecb..45b794f48e 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