From: Georg Brandl Date: Tue, 30 Dec 2008 10:15:49 +0000 (+0000) Subject: #4778: attributes can't be called. X-Git-Tag: v2.7a1~2459 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bcb0ce922e776a92ae69882abfac65f76a67be0;p=thirdparty%2FPython%2Fcpython.git #4778: attributes can't be called. --- diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index 0bf57106823a..6f4a3f1bf146 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -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.