[Python-checkins] cpython: asyncio doc: fix definition of stop() method

victor.stinner python-checkins at python.org
Tue Dec 3 02:05:51 CET 2013


http://hg.python.org/cpython/rev/29d67ac7a9d5
changeset:   87729:29d67ac7a9d5
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Tue Dec 03 02:05:42 2013 +0100
summary:
  asyncio doc: fix definition of stop() method

files:
  Doc/library/asyncio-eventloop.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst
--- a/Doc/library/asyncio-eventloop.rst
+++ b/Doc/library/asyncio-eventloop.rst
@@ -71,7 +71,7 @@
 
    Returns running status of event loop.
 
-.. method:: stop()
+.. method:: BaseEventLoop.stop()
 
    Stop running the event loop.
 

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


More information about the Python-checkins mailing list