diff --git a/pep-0492.txt b/pep-0492.txt index d2bb1eb1c..908ce42a2 100644 --- a/pep-0492.txt +++ b/pep-0492.txt @@ -156,8 +156,9 @@ Key properties of *coroutines*: and are replaced with a ``RuntimeError``. For regular generators such behavior requires a future import (see PEP 479). -* When a *coroutine* is garbage collected, a ``RuntimeWarning`` is - raised if it was never awaited on (see also `Debugging Features`_). +* When a *native coroutine* is garbage collected, a ``RuntimeWarning`` + is raised if it was never awaited on (see also + `Debugging Features`_). * See also `Coroutine objects`_ section.