summaryrefslogtreecommitdiffstats
path: root/Doc/library/multiprocessing.rst
diff options
context:
space:
mode:
authorAndre Delfino <adelfino@gmail.com>2020-11-28 21:42:23 (GMT)
committerGitHub <noreply@github.com>2020-11-28 21:42:23 (GMT)
commit4b44472966f17ad96d4370569ae049de9873e4af (patch)
tree03ef6db52bddca8613f8113a7ac119c49c72f291 /Doc/library/multiprocessing.rst
parent74311aeb45b52cc145d27d9fca99f01874d6882d (diff)
downloadcpython-4b44472966f17ad96d4370569ae049de9873e4af.zip
cpython-4b44472966f17ad96d4370569ae049de9873e4af.tar.gz
cpython-4b44472966f17ad96d4370569ae049de9873e4af.tar.bz2
Fix multiprocessing markup (GH-23525)
Diffstat (limited to 'Doc/library/multiprocessing.rst')
-rw-r--r--Doc/library/multiprocessing.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst
index 20cd99d..128aa43 100644
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -2569,9 +2569,9 @@ Address Formats
filesystem.
* An ``'AF_PIPE'`` address is a string of the form
- :samp:`r'\\\\.\\pipe\\{PipeName}'`. To use :func:`Client` to connect to a named
- pipe on a remote computer called *ServerName* one should use an address of the
- form :samp:`r'\\\\{ServerName}\\pipe\\{PipeName}'` instead.
+ :samp:`r'\\\\.\\pipe\\{PipeName}'`. To use :func:`Client` to connect to a named
+ pipe on a remote computer called *ServerName* one should use an address of the
+ form :samp:`r'\\\\{ServerName}\\pipe\\{PipeName}'` instead.
Note that any string beginning with two backslashes is assumed by default to be
an ``'AF_PIPE'`` address rather than an ``'AF_UNIX'`` address.