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

Skip to content

Commit 3b1bced

Browse files
committed
Merge with 3.4
2 parents 2e57dcc + 9ff4180 commit 3b1bced

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

Doc/library/asyncio-eventloop.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

Doc/library/asyncio.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)