Skip to content

Commit 4b44472

Browse files
Fix multiprocessing markup (GH-23525)
1 parent 74311ae commit 4b44472

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/multiprocessing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2569,9 +2569,9 @@ Address Formats
25692569
filesystem.
25702570

25712571
* 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.
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.
25752575

25762576
Note that any string beginning with two backslashes is assumed by default to be
25772577
an ``'AF_PIPE'`` address rather than an ``'AF_UNIX'`` address.

0 commit comments

Comments
 (0)