[Python-checkins]
python/dist/src/Doc/whatsnew whatsnew24.tex, 1.101, 1.102
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Mon Sep 20 19:47:49 CEST 2004
Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24989
Modified Files:
whatsnew24.tex
Log Message:
Fix minor grammar typo.
Index: whatsnew24.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew24.tex,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- whatsnew24.tex 13 Sep 2004 15:06:50 -0000 1.101
+++ whatsnew24.tex 20 Sep 2004 17:47:46 -0000 1.102
@@ -1365,7 +1365,7 @@
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}.
More information about the Python-checkins
mailing list