diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-10-30 22:18:21 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-10-30 22:18:21 (GMT) |
commit | 72a7fb78cbc87a3db110afc3c2880a3d5ba4273e (patch) | |
tree | 98f004633dc25b992c9b3db8852506e05ad7d89d /Doc/whatsnew | |
parent | 433b5c4d34f92acde0098d93da2b95735a58c523 (diff) | |
download | cpython-72a7fb78cbc87a3db110afc3c2880a3d5ba4273e.zip cpython-72a7fb78cbc87a3db110afc3c2880a3d5ba4273e.tar.gz cpython-72a7fb78cbc87a3db110afc3c2880a3d5ba4273e.tar.bz2 |
Fix grammar error
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew22.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/whatsnew22.tex b/Doc/whatsnew/whatsnew22.tex index 93f22dd..8913dba 100644 --- a/Doc/whatsnew/whatsnew22.tex +++ b/Doc/whatsnew/whatsnew22.tex @@ -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} |