mirror of https://github.com/python/cpython
Fix typo.
This commit is contained in:
parent
ad9f62953f
commit
b9dd8db8bf
|
@ -48,7 +48,7 @@ import time, sys
|
|||
### Choose an implementation
|
||||
|
||||
SYSTIMES_IMPLEMENTATION = None
|
||||
USE_CTYPES_GETPROCESSTIMES = 'cytpes GetProcessTimes() wrapper'
|
||||
USE_CTYPES_GETPROCESSTIMES = 'ctypes GetProcessTimes() wrapper'
|
||||
USE_WIN32PROCESS_GETPROCESSTIMES = 'win32process.GetProcessTimes()'
|
||||
USE_RESOURCE_GETRUSAGE = 'resource.getrusage()'
|
||||
USE_PROCESS_TIME_CLOCK = 'time.clock() (process time)'
|
||||
|
|
Loading…
Reference in New Issue