PEP 418: typoe
This commit is contained in:
parent
c2f96995d0
commit
f0a17ba540
|
@ -91,7 +91,7 @@ Limitations:
|
|||
* No time.thread_time() function is proposed by this PEP because it is
|
||||
not needed by Python standard library nor a common asked feature.
|
||||
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
|
||||
another module can be used to call the ``GetThreadTimes()``
|
||||
function.
|
||||
|
|
Loading…
Reference in New Issue