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 fc21a43 commit 919de57Copy full SHA for 919de57
Doc/library/multiprocessing.rst
@@ -2618,9 +2618,9 @@ Address Formats
2618
filesystem.
2619
2620
* An ``'AF_PIPE'`` address is a string of the form
2621
- :samp:`r'\\\\.\\pipe\\{PipeName}'`. To use :func:`Client` to connect to a named
+ :samp:`r'\\\\\\.\\pipe\\\\{PipeName}'`. To use :func:`Client` to connect to a named
2622
pipe on a remote computer called *ServerName* one should use an address of the
2623
- form :samp:`r'\\\\{ServerName}\\pipe\\{PipeName}'` instead.
+ form :samp:`r'\\\\\\{ServerName}\\pipe\\\\{PipeName}'` instead.
2624
2625
Note that any string beginning with two backslashes is assumed by default to be
2626
an ``'AF_PIPE'`` address rather than an ``'AF_UNIX'`` address.
0 commit comments