diff options
Diffstat (limited to 'Python/sysmodule.c')
-rw-r--r-- | Python/sysmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/sysmodule.c b/Python/sysmodule.c index c62b22d..d246a59 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -465,7 +465,7 @@ PyDoc_STRVAR(settscdump_doc, \n\ If true, tell the Python interpreter to dump VM measurements to\n\ stderr. If false, turn off dump. The measurements are based on the\n\ -Pentium time-stamp counter." +processor's time-stamp counter." ); #endif /* TSC */ |