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)
commitf5a9bc5fdd48a0c261a4329989d0d9b2fef515d4 (patch)
tree6c265b605729eb24920ccd5fd1dc24008d040b8a
parent6234cc0098bf10feb57267c2e5facaeeeabdd3e5 (diff)
downloadcpython-f5a9bc5fdd48a0c261a4329989d0d9b2fef515d4.zip
cpython-f5a9bc5fdd48a0c261a4329989d0d9b2fef515d4.tar.gz
cpython-f5a9bc5fdd48a0c261a4329989d0d9b2fef515d4.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 7c28951..b7d1194 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)``.