diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2002-11-12 18:45:46 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2002-11-12 18:45:46 (GMT) |
commit | 71dd790ad27f5ca6afbdaa1273c28a4771803abc (patch) | |
tree | 712fee64af9d88175adcf79261dcf68ff76a9683 /Doc | |
parent | f24eb35d185c0623315cfbd9977d37c509860dcf (diff) | |
download | cpython-71dd790ad27f5ca6afbdaa1273c28a4771803abc.zip cpython-71dd790ad27f5ca6afbdaa1273c28a4771803abc.tar.gz cpython-71dd790ad27f5ca6afbdaa1273c28a4771803abc.tar.bz2 |
Remove extra word
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/whatsnew22.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/whatsnew/whatsnew22.tex b/Doc/whatsnew/whatsnew22.tex index 98a0c68..674100b 100644 --- a/Doc/whatsnew/whatsnew22.tex +++ b/Doc/whatsnew/whatsnew22.tex @@ -3,7 +3,7 @@ % $Id$ \title{What's New in Python 2.2} -\release{1.01} +\release{1.02} \author{A.M. Kuchling} \authoraddress{\email{akuchlin@mems-exchange.org}} \begin{document} @@ -125,7 +125,7 @@ So how do you define a new-style class? You do it by subclassing an existing new-style class. Most of Python's built-in types, such as integers, lists, dictionaries, and even files, are new-style classes now. A new-style class named \class{object}, the base class for all -built-in types, has been also been added so if no built-in type is +built-in types, has also been added so if no built-in type is suitable, you can just subclass \class{object}: \begin{verbatim} @@ -1432,6 +1432,6 @@ Carel Fellinger, David Goodger, Mark Hammond, Stephen Hansen, Michael Hudson, Jack Jansen, Marc-Andr\'e Lemburg, Martin von L\"owis, Fredrik Lundh, Michael McLay, Nick Mathewson, Paul Moore, Gustavo Niemeyer, Don O'Donnell, Joonas Paalasma, Tim Peters, Jens Quade, Tom Reinhardt, Neil -Schemenauer, Guido van Rossum, Greg Ward. +Schemenauer, Guido van Rossum, Greg Ward, Edward Welbourne. \end{document} |