]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#4778: attributes can't be called.
authorGeorg Brandl <georg@python.org>
Tue, 30 Dec 2008 10:15:49 +0000 (10:15 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 30 Dec 2008 10:15:49 +0000 (10:15 +0000)
Doc/library/multiprocessing.rst

index 0bf57106823a8e09ab704743ca6683939311c867..6f4a3f1bf14667fe941e112da22e0adfb0bcd289 100644 (file)
@@ -358,7 +358,7 @@ The :mod:`multiprocessing` package mostly replicates the API of the
 
    .. attribute:: daemon
 
-      The process's daemon flag, a Boolean value.  This must be called before
+      The process's daemon flag, a Boolean value.  This must be set before
       :meth:`start` is called.
 
       The initial value is inherited from the creating process.