]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixed a typo.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 2 May 2015 16:24:41 +0000 (19:24 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 2 May 2015 16:24:41 +0000 (19:24 +0300)
Doc/c-api/object.rst

index 187ac017a7862a605eab06c30d007e1f62d20f54..97b45b12cbb28ff4fa8a12ee3fd067f6c96f2223 100644 (file)
@@ -203,7 +203,7 @@ Object Protocol
    i.e. contained in ``cls.__mro__``.
 
    Normally only class objects, i.e. instances of :class:`type` or a derived
-   class, are considered classes.  However, objects can override this by haivng
+   class, are considered classes.  However, objects can override this by having
    a :attr:`__bases__` attribute (which must be a tuple of base classes).