mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
#4778: attributes can't be called.
This commit is contained in:
parent
7cc9755cfb
commit
3bcb0ce922
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue