mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Remove extra word
This commit is contained in:
parent
f24eb35d18
commit
71dd790ad2
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
% $Id$
|
% $Id$
|
||||||
|
|
||||||
\title{What's New in Python 2.2}
|
\title{What's New in Python 2.2}
|
||||||
\release{1.01}
|
\release{1.02}
|
||||||
\author{A.M. Kuchling}
|
\author{A.M. Kuchling}
|
||||||
\authoraddress{\email{akuchlin@mems-exchange.org}}
|
\authoraddress{\email{akuchlin@mems-exchange.org}}
|
||||||
\begin{document}
|
\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
|
existing new-style class. Most of Python's built-in types, such as
|
||||||
integers, lists, dictionaries, and even files, are new-style classes
|
integers, lists, dictionaries, and even files, are new-style classes
|
||||||
now. A new-style class named \class{object}, the base class for all
|
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}:
|
suitable, you can just subclass \class{object}:
|
||||||
|
|
||||||
\begin{verbatim}
|
\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
|
Hudson, Jack Jansen, Marc-Andr\'e Lemburg, Martin von L\"owis, Fredrik
|
||||||
Lundh, Michael McLay, Nick Mathewson, Paul Moore, Gustavo Niemeyer,
|
Lundh, Michael McLay, Nick Mathewson, Paul Moore, Gustavo Niemeyer,
|
||||||
Don O'Donnell, Joonas Paalasma, Tim Peters, Jens Quade, Tom Reinhardt, Neil
|
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}
|
\end{document}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue