diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/asyncio.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/asyncio.rst b/Doc/library/asyncio.rst index 21b72bf..bf33f4e 100644 --- a/Doc/library/asyncio.rst +++ b/Doc/library/asyncio.rst @@ -6,6 +6,9 @@ .. versionadded:: 3.4 +**Source code:** :source:`Lib/asyncio/` + +-------------- This module provides infrastructure for writing single-threaded concurrent code using coroutines, multiplexing I/O access over sockets and other |