|
3 | 3 | % $Id$ |
4 | 4 |
|
5 | 5 | \title{What's New in Python 2.2} |
6 | | -\release{1.01} |
| 6 | +\release{1.02} |
7 | 7 | \author{A.M. Kuchling} |
8 | 8 | \authoraddress{ \email{ [email protected]}} |
9 | 9 | \begin{document} |
@@ -125,7 +125,7 @@ \subsection{Old and New Classes} |
125 | 125 | existing new-style class. Most of Python's built-in types, such as |
126 | 126 | integers, lists, dictionaries, and even files, are new-style classes |
127 | 127 | now. A new-style class named \class{object}, the base class for all |
128 | | -built-in types, has been also been added so if no built-in type is |
| 128 | +built-in types, has also been added so if no built-in type is |
129 | 129 | suitable, you can just subclass \class{object}: |
130 | 130 |
|
131 | 131 | \begin{verbatim} |
@@ -1432,6 +1432,6 @@ \section{Acknowledgements} |
1432 | 1432 | Hudson, Jack Jansen, Marc-Andr\'e Lemburg, Martin von L\"owis, Fredrik |
1433 | 1433 | Lundh, Michael McLay, Nick Mathewson, Paul Moore, Gustavo Niemeyer, |
1434 | 1434 | Don O'Donnell, Joonas Paalasma, Tim Peters, Jens Quade, Tom Reinhardt, Neil |
1435 | | -Schemenauer, Guido van Rossum, Greg Ward. |
| 1435 | +Schemenauer, Guido van Rossum, Greg Ward, Edward Welbourne. |
1436 | 1436 |
|
1437 | 1437 | \end{document} |
0 commit comments