]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix minor grammar typo.
authorRaymond Hettinger <python@rcn.com>
Mon, 20 Sep 2004 17:47:46 +0000 (17:47 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 20 Sep 2004 17:47:46 +0000 (17:47 +0000)
Doc/whatsnew/whatsnew24.tex

index 23c04303c6ab2309454529671e1f727dbc069b73..f1fa3746e7fd81f4d1a8492f806c9806728dbdeb 100644 (file)
@@ -1365,7 +1365,7 @@ Changes to Python's build process and to the C API include:
   switch enables profiling using the Pentium's Time-Stamp-Counter
   register.  The switch is slightly misnamed, because the profiling
   feature also works on the PowerPC platform, though that processor
-  architecture doesn't called that register the TSC.
+  architecture doesn't call that register a TSC.
    
   \item The \ctype{tracebackobject} type has been renamed to \ctype{PyTracebackObject}.