[Python-checkins] r80084 - python/trunk/Doc/reference/datamodel.rst

georg.brandl python-checkins at python.org
Wed Apr 14 23:46:46 CEST 2010


Author: georg.brandl
Date: Wed Apr 14 23:46:45 2010
New Revision: 80084

Log:
Fix missing.

Modified:
   python/trunk/Doc/reference/datamodel.rst

Modified: python/trunk/Doc/reference/datamodel.rst
==============================================================================
--- python/trunk/Doc/reference/datamodel.rst	(original)
+++ python/trunk/Doc/reference/datamodel.rst	Wed Apr 14 23:46:45 2010
@@ -1791,8 +1791,8 @@
 
 Note that these methods are looked up on the type (metaclass) of a class.  They
 cannot be defined as class methods in the actual class.  This is consistent with
-the lookup of special methods that called on instances, only that in this case
-the instance is itself a class.
+the lookup of special methods that are called on instances, only that in this
+case the instance is itself a class.
 
 .. seealso::
 


More information about the Python-checkins mailing list