We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb10ee commit ae50f3fCopy full SHA for ae50f3f
Doc/library/asyncio-dev.rst
@@ -288,7 +288,7 @@ manager::
288
Only create a generator when a loop is already running
289
------------------------------------------------------
290
291
-As said abovew, if an asynchronous generator is not resumed before it is
+As said above, if an asynchronous generator is not resumed before it is
292
finalized, then any finalization procedures will be delayed. The event loop
293
handles this situation and doing it best to call async generator-iterator's
294
:meth:`~agen.aclose` at the proper moment, thus allowing any pending
0 commit comments