[Python-checkins] r68061 - python/trunk/Doc/library/multiprocessing.rst
georg.brandl
python-checkins at python.org
Tue Dec 30 11:15:49 CET 2008
Author: georg.brandl
Date: Tue Dec 30 11:15:49 2008
New Revision: 68061
Log:
#4778: attributes can't be called.
Modified:
python/trunk/Doc/library/multiprocessing.rst
Modified: python/trunk/Doc/library/multiprocessing.rst
==============================================================================
--- python/trunk/Doc/library/multiprocessing.rst (original)
+++ python/trunk/Doc/library/multiprocessing.rst Tue Dec 30 11:15:49 2008
@@ -358,7 +358,7 @@
.. 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.
More information about the Python-checkins
mailing list