summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-03-06 01:20:27 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-03-06 01:20:27 (GMT)
commit33e20d195440b98b81d7ab260922e466c4275bf0 (patch)
tree35ebac463192852cd5386bd09086409b7418b6c8
parent1e7551dc87538ef98b1f3081e782a7f27da017c1 (diff)
downloadcpython-33e20d195440b98b81d7ab260922e466c4275bf0.zip
cpython-33e20d195440b98b81d7ab260922e466c4275bf0.tar.gz
cpython-33e20d195440b98b81d7ab260922e466c4275bf0.tar.bz2
#17364: remove documentation for a function that does not exist.
-rw-r--r--Doc/library/multiprocessing.rst1
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)``.