From af51140fa0f475ed8050a938df6ce0db3c7d607a Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Sat, 11 Jun 2016 22:40:41 +0300 Subject: [PATCH] Fix typo and silence a Sphinx warning in Doc/glossary.rst --- Doc/glossary.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.0