]> granicus.if.org Git - python/commitdiff
Fix two issues found by the suspicious builder.
authorGeorg Brandl <georg@python.org>
Sun, 4 Jan 2009 10:24:09 +0000 (10:24 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 4 Jan 2009 10:24:09 +0000 (10:24 +0000)
Doc/library/ctypes.rst
Doc/library/multiprocessing.rst
Doc/library/stdtypes.rst

index a5a246714b31a490a208ff45b09b26e92b3d51e9..9ff3de053cbb6660a2a0c9cc772e1b78e273d3ff 100644 (file)
@@ -1864,7 +1864,7 @@ Utility functions
    :module: ctypes.util
 
    Try to find a library and return a pathname.  *name* is the library name
-   without any prefix like ``lib```, suffix like ``.so``, ``.dylib`` or version
+   without any prefix like ``lib``, suffix like ``.so``, ``.dylib`` or version
    number (this is the form used for the posix linker option :option:`-l`).  If
    no library can be found, returns ``None``.
 
index 72cf5101a96fffba6b5c7a85ba537f47ed37a580..72ac38e92d4158c9b886adadc16719f682238ea0 100644 (file)
@@ -1812,7 +1812,7 @@ Address Formats
 * 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.
+   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.
index 732478ee62a2d41bb9bfdae5e20eb616a93267f7..0e8276db74a9e789053b6bb6fc31bb2bd9d5b591 100644 (file)
@@ -338,7 +338,7 @@ Notes:
       module: math
       single: floor() (in module math)
       single: ceil() (in module math)
-      single: trunc() (in module math)      
+      single: trunc() (in module math)
       pair: numeric; conversions
 
    Conversion from floats using :func:`int` or :func:`long` truncates toward