From: Georg Brandl Date: Wed, 14 Apr 2010 21:46:45 +0000 (+0000) Subject: Fix missing. X-Git-Tag: v2.7b2~276 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f5fd6092b361282f393cf8ca875554b592140cb;p=python Fix missing. --- diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 9b187150ae..6d98ee2c78 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -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::