Commit b556399f authored by Berker Peksag's avatar Berker Peksag

Issue #22808: Link to the correct time method in BaseEventLoop.call_at().

Patch by Mark Grandi.
parent 519114df
......@@ -121,7 +121,8 @@ a different clock than :func:`time.time`.
.. 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`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment