From: A.M. K. <aku...@us...> - 2001-10-30 22:18:24
|
Update of /cvsroot/py-howto/pyhowto In directory usw-pr-cvs1:/tmp/cvs-serv22943 Modified Files: python-22.tex Log Message: Fix grammar error Index: python-22.tex =================================================================== RCS file: /cvsroot/py-howto/pyhowto/python-22.tex,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -r1.44 -r1.45 *** python-22.tex 2001/10/30 21:36:04 1.44 --- python-22.tex 2001/10/30 22:18:21 1.45 *************** *** 233,237 **** 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 this: --- 233,237 ---- 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 are defined like this: *************** *** 1399,1403 **** 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. \end{document} --- 1399,1403 ---- 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, Greg Ward. \end{document} |