diff -r a688d3206646 Doc/library/asyncio-eventloop.rst --- a/Doc/library/asyncio-eventloop.rst Thu Nov 06 15:33:35 2014 +0100 +++ b/Doc/library/asyncio-eventloop.rst Thu Nov 06 13:57:27 2014 -0700 @@ -121,7 +121,7 @@ .. method:: BaseEventLoop.call_at(when, callback, *args) Arrange for the *callback* to be called at the given absolute timestamp - *when* (an int or float), using the same time reference as :meth:`time`. + *when* (an int or float), using the same time reference as :meth:`BaseEventLoop.time`. This method's behavior is the same as :meth:`call_later`.