diff options
author | Raymond Hettinger <python@rcn.com> | 2004-09-20 17:47:46 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-09-20 17:47:46 (GMT) |
commit | 468af71214596a9f559ab0935d587fbb5f28dd7c (patch) | |
tree | 22eb10bf29f868c17e644c080cdbc65cfde123db /Doc/whatsnew | |
parent | 13dea5a42bfd65a817c884a97f06c2c2b612490e (diff) | |
download | cpython-468af71214596a9f559ab0935d587fbb5f28dd7c.zip cpython-468af71214596a9f559ab0935d587fbb5f28dd7c.tar.gz cpython-468af71214596a9f559ab0935d587fbb5f28dd7c.tar.bz2 |
Fix minor grammar typo.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew24.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index 23c0430..f1fa374 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -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}. |