diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2013-06-24 19:39:28 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2013-06-24 19:39:28 (GMT) |
commit | 9d89ae64b90b3b942b647292fdd2fc5776c4f525 (patch) | |
tree | e3319b545d91f9ae7f4b505b5a48961cade3f0a8 /Doc | |
parent | 93b736ee15456a81ed6b842109153fa8beb988b9 (diff) | |
parent | 2b310dd8b9993cd5e9068f6ff127ee1e098c75f0 (diff) | |
download | cpython-9d89ae64b90b3b942b647292fdd2fc5776c4f525.zip cpython-9d89ae64b90b3b942b647292fdd2fc5776c4f525.tar.gz cpython-9d89ae64b90b3b942b647292fdd2fc5776c4f525.tar.bz2 |
Merge.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/multiprocessing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index c22f74e..2c1ec9b 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -525,7 +525,7 @@ Note that one can also create a shared queue by using a manager object -- see :ref:`manager <multiprocessing-managers>`. (1) After putting an object on an empty queue there may be an - infinitessimal delay before the queue's :meth:`~Queue.empty` + infinitesimal delay before the queue's :meth:`~Queue.empty` method returns :const:`False` and :meth:`~Queue.get_nowait` can return without raising :exc:`Queue.Empty`. |