[Python-checkins] r74616 - python/trunk/Doc/tutorial/classes.rst

georg.brandl python-checkins at python.org
Tue Sep 1 09:46:27 CEST 2009


Author: georg.brandl
Date: Tue Sep 1 09:46:26 2009
New Revision: 74616
Log:
#6808: clarification.
Modified:
 python/trunk/Doc/tutorial/classes.rst
Modified: python/trunk/Doc/tutorial/classes.rst
==============================================================================
--- python/trunk/Doc/tutorial/classes.rst	(original)
+++ python/trunk/Doc/tutorial/classes.rst	Tue Sep 1 09:46:26 2009
@@ -331,9 +331,9 @@
 attribute that is a function object, a method object is created by packing
 (pointers to) the instance object and the function object just found together in
 an abstract object: this is the method object. When the method object is called
-with an argument list, it is unpacked again, a new argument list is constructed
-from the instance object and the original argument list, and the function object
-is called with this new argument list.
+with an argument list, a new argument list is constructed from the instance
+object and the argument list, and the function object is called with this new
+argument list.
 
 
 .. _tut-remarks:


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /