Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca4f343

Browse files
committed
Fix incomplete sentence in asyncio docs.
1 parent 9ff4180 commit ca4f343

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Doc/library/asyncio-eventloop.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ Run an event loop
4747
Stop running the event loop.
4848

4949
Every callback scheduled before :meth:`stop` is called will run.
50-
Callback scheduled after :meth:`stop` is called won't. However, those
51-
callbacks will run if :meth:`run_forever` is called again later.
50+
Callbacks scheduled after :meth:`stop` is called will not run.
51+
However, those callbacks will run if :meth:`run_forever` is called
52+
again later.
5253

5354
.. method:: BaseEventLoop.is_closed()
5455

0 commit comments

Comments
 (0)