From 403a3a97786cf399900af2616b961592219e99d9 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Sun, 1 Apr 2012 04:30:13 +0200 Subject: [PATCH] PEP 418: time.get_clock_info(), rename "monotonic" option to "is_monotonic" --- pep-0418.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0418.txt b/pep-0418.txt index 425f4a92d..760cfe4d0 100644 --- a/pep-0418.txt +++ b/pep-0418.txt @@ -214,7 +214,7 @@ The following keys are always present: * "function" (str): name of the underlying operating system function (ex: "QueryPerformanceCounter()" or "clock_gettime(CLOCK_REALTIME)") * "resolution" (float): resolution in seconds of the function - * "monotonic" (bool): True if the clock is monotonic + * "is_monotonic" (bool): True if the clock is monotonic Hardware clocks