summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio.rst
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-07-24 06:59:02 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-07-24 06:59:02 (GMT)
commit9ff41803af8206e7e76b5feb389faf7e8767afd9 (patch)
treeba17b5c721b48752764212d78c8a47c8ca158908 /Doc/library/asyncio.rst
parentc935a9530c8583e17c5c5ceeec2097c96016e1d9 (diff)
downloadcpython-9ff41803af8206e7e76b5feb389faf7e8767afd9.zip
cpython-9ff41803af8206e7e76b5feb389faf7e8767afd9.tar.gz
cpython-9ff41803af8206e7e76b5feb389faf7e8767afd9.tar.bz2
Asyncio doc fixes: spelling, grammar, duplication.
Diffstat (limited to 'Doc/library/asyncio.rst')
-rw-r--r--Doc/library/asyncio.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/asyncio.rst b/Doc/library/asyncio.rst
index 9857c93..90a152b 100644
--- a/Doc/library/asyncio.rst
+++ b/Doc/library/asyncio.rst
@@ -39,7 +39,7 @@ Here is a more detailed list of the package contents:
you absolutely, positively have to use a library that makes blocking
I/O calls.
-Table of content:
+Table of contents:
.. toctree::
:maxdepth: 3
@@ -55,6 +55,6 @@ Table of content:
.. seealso::
- The :mod:`asyncio` module was designed in the :PEP:`3156`. For a
+ The :mod:`asyncio` module was designed in :PEP:`3156`. For a
motivational primer on transports and protocols, see :PEP:`3153`.