Various formatting & grammar fixes in asyncio* docs. · pythoncapi/cpython@b73c833 · GitHub
Skip to content

Commit b73c833

Browse files
committed
Various formatting & grammar fixes in asyncio* docs.
1 parent 8b40262 commit b73c833

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Doc/library/asyncio-dev.rst

Lines changed: 1 addition & 1 deletion

Doc/library/asyncio-eventloop.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ Event loops
88
The event loop is the central execution device provided by :mod:`asyncio`.
99
It provides multiple facilities, amongst which:
1010

11-
* Registering, executing and cancelling delayed calls (timeouts)
11+
* Registering, executing and cancelling delayed calls (timeouts).
1212

1313
* Creating client and server :ref:`transports <asyncio-transport>` for various
14-
kinds of communication
14+
kinds of communication.
1515

1616
* Launching subprocesses and the associated :ref:`transports <asyncio-transport>`
17-
for communication with an external program
17+
for communication with an external program.
1818

19-
* Delegating costly function calls to a pool of threads
19+
* Delegating costly function calls to a pool of threads.
2020

2121
Event loop functions
2222
--------------------

Doc/library/asyncio.rst

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)