Commit 1b1d0514 authored by Éric Araujo's avatar Éric Araujo Committed by Miss Islington (bot)

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.
parent 29bb227a
...@@ -608,7 +608,7 @@ Functions ...@@ -608,7 +608,7 @@ Functions
.. function:: time_ns() -> int .. 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_. since the epoch_.
.. versionadded:: 3.7 .. versionadded:: 3.7
......
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