From f5a9bc5fdd48a0c261a4329989d0d9b2fef515d4 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Wed, 6 Mar 2013 03:20:27 +0200 Subject: [PATCH] #17364: remove documentation for a function that does not exist. --- Doc/library/multiprocessing.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index 7c28951742..b7d11941c7 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)``. -- 2.40.0