diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-04 08:20:55 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-04 08:20:55 (GMT) |
commit | 29b0a268220282c49024fb50eedfd325368b1a6a (patch) | |
tree | 89b9d0d2058d68ae7e44b8e5cc8bb547b23fa94c /Doc/library/asyncio.rst | |
parent | de6efdb7727853186aba02b3dbc1d59665eedc89 (diff) | |
download | cpython-29b0a268220282c49024fb50eedfd325368b1a6a.zip cpython-29b0a268220282c49024fb50eedfd325368b1a6a.tar.gz cpython-29b0a268220282c49024fb50eedfd325368b1a6a.tar.bz2 |
Fixed double hyphens that are rendered to literal en-dashes in the documenation.
Diffstat (limited to 'Doc/library/asyncio.rst')
-rw-r--r-- | Doc/library/asyncio.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/asyncio.rst b/Doc/library/asyncio.rst index f764c68..76bd9e9 100644 --- a/Doc/library/asyncio.rst +++ b/Doc/library/asyncio.rst @@ -1,5 +1,5 @@ -:mod:`asyncio` -- Asynchronous I/O, event loop, coroutines and tasks -==================================================================== +:mod:`asyncio` --- Asynchronous I/O, event loop, coroutines and tasks +===================================================================== .. module:: asyncio :synopsis: Asynchronous I/O, event loop, coroutines and tasks. |