]> granicus.if.org Git - python/commitdiff
Fix grammar error
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 30 Oct 2001 22:18:21 +0000 (22:18 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 30 Oct 2001 22:18:21 +0000 (22:18 +0000)
Doc/whatsnew/whatsnew22.tex

index 93f22ddc624b80fc832811ad83b86c830150a822..8913dbaf956e59e4368597e7550f97ee306d7834 100644 (file)
@@ -232,7 +232,7 @@ they have descriptors that wrap up just the method, or the method and
 the class.  As a brief explanation of these new kinds of methods,
 static methods aren't passed the instance, and therefore resemble
 regular functions.  Class methods are passed the class of the object,
-but not the object itself.  Static and class methods is defined like
+but not the object itself.  Static and class methods are defined like
 this:
 
 \begin{verbatim}
@@ -1398,6 +1398,6 @@ article: Fred Bremmer, Keith Briggs, Andrew Dalke, Fred~L. Drake, Jr.,
 Carel Fellinger, Mark Hammond, Stephen Hansen, Michael Hudson, Jack
 Jansen, Marc-Andr\'e Lemburg, Martin von L\"owis, Fredrik Lundh,
 Michael McLay, Nick Mathewson, Paul Moore, Tim Peters, Jens Quade, Tom
-Reinhardt, Neil Schemenauer, Guido van Rossum.
+Reinhardt, Neil Schemenauer, Guido van Rossum, Greg Ward.
 
 \end{document}