#4778: attributes can't be called.

This commit is contained in:
Georg Brandl 2008-12-30 10:15:49 +00:00
parent 7cc9755cfb
commit 3bcb0ce922

View 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.