summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2017-08-03 06:00:59 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2017-08-03 06:00:59 (GMT)
commit49b2734bf12dc1cda80fd73d3ec8896ae3e362f2 (patch)
tree049e496126aae48bf6d7c3ddbb7f145e04e53e97 /Doc
parentd9d55c91bec4776b41685b48fe660621e89f0617 (diff)
downloadcpython-49b2734bf12dc1cda80fd73d3ec8896ae3e362f2.zip
cpython-49b2734bf12dc1cda80fd73d3ec8896ae3e362f2.tar.gz
cpython-49b2734bf12dc1cda80fd73d3ec8896ae3e362f2.tar.bz2
Spelling fixes (#2902)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/sys.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index 54b99e0..8b94929 100644
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -610,7 +610,7 @@ always available.
:class:`~collections.namedtuple` of the form `(firstiter, finalizer)`,
where *firstiter* and *finalizer* are expected to be either ``None`` or
functions which take an :term:`asynchronous generator iterator` as an
- argument, and are used to schedule finalization of an asychronous
+ argument, and are used to schedule finalization of an asynchronous
generator by an event loop.
.. versionadded:: 3.6