Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea07bd2

Browse files
committed
Issue #22808: Link to the correct time method in BaseEventLoop.call_at().
Patch by Mark Grandi.
2 parents d0c4ef1 + b556399 commit ea07bd2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/library/asyncio-eventloop.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ a different clock than :func:`time.time`.
121121
.. method:: BaseEventLoop.call_at(when, callback, *args)
122122

123123
Arrange for the *callback* to be called at the given absolute timestamp
124-
*when* (an int or float), using the same time reference as :meth:`time`.
124+
*when* (an int or float), using the same time reference as
125+
:meth:`BaseEventLoop.time`.
125126

126127
This method's behavior is the same as :meth:`call_later`.
127128

0 commit comments

Comments
 (0)