diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-03-06 01:20:27 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-03-06 01:20:27 (GMT) |
commit | 33e20d195440b98b81d7ab260922e466c4275bf0 (patch) | |
tree | 35ebac463192852cd5386bd09086409b7418b6c8 /Doc | |
parent | 1e7551dc87538ef98b1f3081e782a7f27da017c1 (diff) | |
download | cpython-33e20d195440b98b81d7ab260922e466c4275bf0.zip cpython-33e20d195440b98b81d7ab260922e466c4275bf0.tar.gz cpython-33e20d195440b98b81d7ab260922e466c4275bf0.tar.bz2 |
#17364: remove documentation for a function that does not exist.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/multiprocessing.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index 4271fc2..3e40faf 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -579,7 +579,6 @@ For an example of the usage of queues for interprocess communication see :exc:`queue.Empty` exception (*timeout* is ignored in that case). .. method:: get_nowait() - get_no_wait() Equivalent to ``get(False)``. |