PEP 418: typoe

This commit is contained in:
Victor Stinner 2012-04-24 00:59:45 +02:00
parent c2f96995d0
commit f0a17ba540
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ Limitations:
* No time.thread_time() function is proposed by this PEP because it is * No time.thread_time() function is proposed by this PEP because it is
not needed by Python standard library nor a common asked feature. not needed by Python standard library nor a common asked feature.
Such function would only be available on Windows and Linux. On Such function would only be available on Windows and Linux. On
Linux, it is possible use use Linux, it is possible to use
``time.clock_gettime(CLOCK_THREAD_CPUTIME_ID)``. On Windows, ctypes or ``time.clock_gettime(CLOCK_THREAD_CPUTIME_ID)``. On Windows, ctypes or
another module can be used to call the ``GetThreadTimes()`` another module can be used to call the ``GetThreadTimes()``
function. function.