]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
asyncio doc: fix definition of stop() method
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 3 Dec 2013 01:05:42 +0000 (02:05 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 3 Dec 2013 01:05:42 +0000 (02:05 +0100)
Doc/library/asyncio-eventloop.rst

index 6325f3d24b56a37dc5cbf73a9c2abdf2d52f7960..8a53e39f8176e5f117c536373c810d761f00afa0 100644 (file)
@@ -71,7 +71,7 @@ Run an event loop
 
    Returns running status of event loop.
 
-.. method:: stop()
+.. method:: BaseEventLoop.stop()
 
    Stop running the event loop.