Fix markup warning

This commit is contained in:
Andrew Svetlov 2012-12-24 17:30:27 +02:00
parent a116485401
commit f7688406c6
1 changed files with 2 additions and 2 deletions

View File

@ -159,8 +159,8 @@ A conforming event loop object has the following methods:
This means, in particular:
- No more calls scheduled with ``call_later()``,
``call_repeatedly()``, ``call_soon()``, or
``call_soon_threadsafe()``, except for cancelled calls.
``call_repeatedly()``, ``call_soon()``, or
``call_soon_threadsafe()``, except for cancelled calls.
- No more registered file descriptors. It is up to the registering
party to unregister a file descriptor when it is closed.