diff options
| author | Richard Oudkerk <shibturn@gmail.com> | 2013-06-24 20:39:28 +0100 |
|---|---|---|
| committer | Richard Oudkerk <shibturn@gmail.com> | 2013-06-24 20:39:28 +0100 |
| commit | 9d89ae64b90b3b942b647292fdd2fc5776c4f525 (patch) | |
| tree | e3319b545d91f9ae7f4b505b5a48961cade3f0a8 /Doc/library/multiprocessing.rst | |
| parent | 93b736ee15456a81ed6b842109153fa8beb988b9 (diff) | |
| parent | 2b310dd8b9993cd5e9068f6ff127ee1e098c75f0 (diff) | |
| download | cpython-git-9d89ae64b90b3b942b647292fdd2fc5776c4f525.tar.gz | |
Merge.
Diffstat (limited to 'Doc/library/multiprocessing.rst')
| -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 c22f74e815..2c1ec9bef8 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`. |
