File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,13 +58,11 @@ Run an event loop
5858
5959.. method :: BaseEventLoop.close()
6060
61- Close the event loop. The loop should not be running.
61+ Close the event loop. The loop must not be running.
6262
6363 This clears the queues and shuts down the executor, but does not wait for
6464 the executor to finish.
6565
66- The event loop must not be running.
67-
6866 This is idempotent and irreversible. No other methods should be called after
6967 this one.
7068
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Here is a more detailed list of the package contents:
3939 you absolutely, positively have to use a library that makes blocking
4040 I/O calls.
4141
42- Table of content :
42+ Table of contents :
4343
4444.. toctree ::
4545 :maxdepth: 3
@@ -55,6 +55,6 @@ Table of content:
5555
5656.. seealso ::
5757
58- The :mod: `asyncio ` module was designed in the :PEP: `3156 `. For a
58+ The :mod: `asyncio ` module was designed in :PEP: `3156 `. For a
5959 motivational primer on transports and protocols, see :PEP: `3153 `.
6060
You can’t perform that action at this time.
0 commit comments