diff options
Diffstat (limited to 'Doc/library/ipc.rst')
-rw-r--r-- | Doc/library/ipc.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/library/ipc.rst b/Doc/library/ipc.rst index 8f5b3b2..b88a174 100644 --- a/Doc/library/ipc.rst +++ b/Doc/library/ipc.rst @@ -1,11 +1,11 @@ .. _ipc: ***************************************** -Interprocess Communication and Networking +Networking and Interprocess Communication ***************************************** -The modules described in this chapter provide mechanisms for different processes -to communicate. +The modules described in this chapter provide mechanisms for +networking and inter-processes communication. Some modules only work for two processes that are on the same machine, e.g. :mod:`signal` and :mod:`mmap`. Other modules support networking protocols @@ -15,6 +15,7 @@ The list of modules described in this chapter is: .. toctree:: + :maxdepth: 1 asyncio.rst socket.rst |