summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-eventloop.rst
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2014-02-10 12:26:10 (GMT)
committerLarry Hastings <larry@hastings.org>2014-02-10 12:26:10 (GMT)
commitad88d7a26bb0be55f2687ccf646f0af9f75913ba (patch)
tree400a418ba418b9574d6466bc18c4ef9eb266134b /Doc/library/asyncio-eventloop.rst
parent8f9f0f12e845034080525c6a80d52215533cb2a4 (diff)
downloadcpython-ad88d7a26bb0be55f2687ccf646f0af9f75913ba.zip
cpython-ad88d7a26bb0be55f2687ccf646f0af9f75913ba.tar.gz
cpython-ad88d7a26bb0be55f2687ccf646f0af9f75913ba.tar.bz2
Python 3.4.0rc1 release: Updated pydoc topics, fixed suspicious markup errors.
Diffstat (limited to 'Doc/library/asyncio-eventloop.rst')
-rw-r--r--Doc/library/asyncio-eventloop.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst
index 3955f72..c9721b4 100644
--- a/Doc/library/asyncio-eventloop.rst
+++ b/Doc/library/asyncio-eventloop.rst
@@ -77,7 +77,7 @@ An event loop policy must implement the following interface:
Create and return a new event loop object according to this policy's rules.
If there's need to set this loop as the event loop of the current context,
- :meth`set_event_loop` must be called explicitly.
+ :meth:`set_event_loop` must be called explicitly.
Access to the global loop policy
--------------------------------