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: v3.2.4rc1~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=33e20d195440b98b81d7ab260922e466c4275bf0;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 4271fc259768..3e40faf79d54 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)``.