]> granicus.if.org Git - python/commitdiff
#17364: remove documentation for a function that does not exist.
authorEzio Melotti <ezio.melotti@gmail.com>
Wed, 6 Mar 2013 01:20:27 +0000 (03:20 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Wed, 6 Mar 2013 01:20:27 +0000 (03:20 +0200)
Doc/library/multiprocessing.rst

index 7c289517421592c948d34ff81cffa1ccb8102dbf..b7d11941c73c4b0ec8cfc40877d3f5f56cfba7bb 100644 (file)
@@ -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)``.