]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Clarify that some attributes/methods are listed somewhat separately because they...
authorBrett Cannon <bcannon@gmail.com>
Sun, 24 Aug 2008 23:15:19 +0000 (23:15 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 24 Aug 2008 23:15:19 +0000 (23:15 +0000)
Doc/library/multiprocessing.rst

index ea04d4d81224222cb097d4b40a9e3267da0c5c4e..f9737150a745be297e8fed475bc3c3c84562e8e4 100644 (file)
@@ -321,7 +321,8 @@ The :mod:`multiprocessing` package mostly replicates the API of the
       Otherwise a daemonic process would leave its children orphaned if it gets
       terminated when its parent process exits.
 
-   In addition process objects also support the following methods:
+   In addition to the  :class:`Threading.Thread` API, :class:`Process` objects
+   also support the following attributes and methods:
 
    .. attribute:: pid