mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Fix typo.
This commit is contained in:
parent
ad9f62953f
commit
b9dd8db8bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue