PEP 418: time.get_clock_info(), rename "monotonic" option to "is_monotonic"

This commit is contained in:
Victor Stinner 2012-04-01 04:30:13 +02:00
parent 88e5572ca6
commit 403a3a9778
1 changed files with 1 additions and 1 deletions

View File

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