fix link to time function from time_ns doc (GH-15285)
Because mod, func, class, etc all share one namespace, :func:time creates a link to the time module doc page rather than the time.time function.
This commit is contained in:
parent
29bb227a0c
commit
1b1d0514ad
|
@ -608,7 +608,7 @@ Functions
|
|||
|
||||
.. function:: time_ns() -> int
|
||||
|
||||
Similar to :func:`time` but returns time as an integer number of nanoseconds
|
||||
Similar to :func:`~time.time` but returns time as an integer number of nanoseconds
|
||||
since the epoch_.
|
||||
|
||||
.. versionadded:: 3.7
|
||||
|
|
Loading…
Reference in New Issue