mirror of https://github.com/python/cpython
#4778: attributes can't be called.
This commit is contained in:
parent
7cc9755cfb
commit
3bcb0ce922
|
@ -358,7 +358,7 @@ The :mod:`multiprocessing` package mostly replicates the API of the
|
||||||
|
|
||||||
.. attribute:: daemon
|
.. 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.
|
:meth:`start` is called.
|
||||||
|
|
||||||
The initial value is inherited from the creating process.
|
The initial value is inherited from the creating process.
|
||||||
|
|
Loading…
Reference in New Issue