From 2e63177e940bd0dcc463c06b2f2b1e68e9d8637f Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 8 Feb 2012 01:43:34 +0100 Subject: What's New in 3.3: Fix time module doc --- Doc/whatsnew/3.3.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index d3044b3..ead38ce 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -399,9 +399,9 @@ time The :mod:`time` module has new functions: * :func:`~time.clock_getres` and :func:`~time.clock_gettime` functions and - ``CLOCK_xxx`` constants. :func:`~time.clock_gettime` can be used with - :data:`time.CLOCK_MONOTONIC` to get a monotonic clock. -* :func:`~time.wallclock`: monotonic clock. + ``CLOCK_xxx`` constants. +* :func:`~time.monotonic`: monotonic clock. +* :func:`~time.wallclock`. (Contributed by Victor Stinner in :issue:`10278`) -- cgit v0.12