[Python-checkins] cpython (3.2): #17364: remove documentation for a function that does not exist.

ezio.melotti python-checkins at python.org
Wed Mar 6 02:24:08 CET 2013


http://hg.python.org/cpython/rev/4f9de1b18cab
changeset:   82507:4f9de1b18cab
branch:      3.2
parent:      82495:637d7c953b10
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Wed Mar 06 03:20:27 2013 +0200
summary:
  #17364: remove documentation for a function that does not exist.

files:
  Doc/library/multiprocessing.rst |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -579,7 +579,6 @@
       :exc:`queue.Empty` exception (*timeout* is ignored in that case).
 
    .. method:: get_nowait()
-               get_no_wait()
 
       Equivalent to ``get(False)``.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list