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:
Éric Araujo 2019-08-17 16:34:08 -04:00 committed by Miss Islington (bot)
parent 29bb227a0c
commit 1b1d0514ad
1 changed files with 1 additions and 1 deletions

View File

@ -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