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

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


http://hg.python.org/cpython/rev/01a8fcc91d5a
changeset:   82506:01a8fcc91d5a
branch:      2.7
parent:      82494:4e6c46d5f77d
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