Fix typo.

This commit is contained in:
Thomas Heller 2008-04-21 13:46:55 +00:00
parent ad9f62953f
commit b9dd8db8bf
1 changed files with 1 additions and 1 deletions

View File

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