We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74311ae commit 4b44472Copy full SHA for 4b44472
1 file changed
Doc/library/multiprocessing.rst
@@ -2569,9 +2569,9 @@ Address Formats
2569
filesystem.
2570
2571
* An ``'AF_PIPE'`` address is a string of the form
2572
- :samp:`r'\\\\.\\pipe\\{PipeName}'`. To use :func:`Client` to connect to a named
2573
- pipe on a remote computer called *ServerName* one should use an address of the
2574
- 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.
2575
2576
Note that any string beginning with two backslashes is assumed by default to be
2577
an ``'AF_PIPE'`` address rather than an ``'AF_UNIX'`` address.
0 commit comments