Thanks to visit codestin.com Credit goes to github.com
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 9ff4180 commit ca4f343Copy full SHA for ca4f343
1 file changed
Doc/library/asyncio-eventloop.rst
@@ -47,8 +47,9 @@ Run an event loop
47
Stop running the event loop.
48
49
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.
+ Callbacks scheduled after :meth:`stop` is called will not run.
+ However, those callbacks will run if :meth:`run_forever` is called
52
+ again later.
53
54
.. method:: BaseEventLoop.is_closed()
55
0 commit comments