From: Ezio Melotti Date: Wed, 6 Mar 2013 01:20:27 +0000 (+0200) Subject: #17364: remove documentation for a function that does not exist. X-Git-Tag: v2.7.4rc1~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f5a9bc5fdd48a0c261a4329989d0d9b2fef515d4;p=thirdparty%2FPython%2Fcpython.git #17364: remove documentation for a function that does not exist. --- diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index 7c2895174215..b7d11941c73c 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)``.