diff options
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r-- | Doc/library/sys.rst | 2 |
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 |