Skip to content

Commit ae50f3f

Browse files
Update Doc/library/asyncio-dev.rst
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 8fb10ee commit ae50f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-dev.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ manager::
288288
Only create a generator when a loop is already running
289289
------------------------------------------------------
290290

291-
As said abovew, if an asynchronous generator is not resumed before it is
291+
As said above, if an asynchronous generator is not resumed before it is
292292
finalized, then any finalization procedures will be delayed. The event loop
293293
handles this situation and doing it best to call async generator-iterator's
294294
:meth:`~agen.aclose` at the proper moment, thus allowing any pending

0 commit comments

Comments
 (0)