]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Use :samp: role.
authorGeorg Brandl <georg@python.org>
Sat, 27 Dec 2008 19:06:04 +0000 (19:06 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 27 Dec 2008 19:06:04 +0000 (19:06 +0000)
Doc/library/multiprocessing.rst

index c6eb828dcf610907e59b530af66bbf5290b7dac0..0bf57106823a8e09ab704743ca6683939311c867 100644 (file)
@@ -1810,9 +1810,9 @@ Address Formats
   filesystem.
 
 * An ``'AF_PIPE'`` address is a string of the form
-   ``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
    pipe on a remote computer called ServerName* one should use an address of the
-   form ``r'\\ServerName\pipe\PipeName'`` instead.
+   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.