Fix markup warning
This commit is contained in:
parent
a116485401
commit
f7688406c6
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue