]> granicus.if.org Git - python/commitdiff
Fix missing.
authorGeorg Brandl <georg@python.org>
Wed, 14 Apr 2010 21:46:45 +0000 (21:46 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 14 Apr 2010 21:46:45 +0000 (21:46 +0000)
Doc/reference/datamodel.rst

index 9b187150ae5e3ee65651d54252643eb32cc57fd7..6d98ee2c787f40d049cd9b2f5e3042a888b43895 100644 (file)
@@ -1791,8 +1791,8 @@ ABCs.
 
 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::