From: Serhiy Storchaka Date: Sat, 2 May 2015 16:24:41 +0000 (+0300) Subject: Fixed a typo. X-Git-Tag: v3.5.0b1~270^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7db0576acd6c90b6e0cb10f35cd3e898330cf01;p=thirdparty%2FPython%2Fcpython.git Fixed a typo. --- diff --git a/Doc/c-api/object.rst b/Doc/c-api/object.rst index 187ac017a786..97b45b12cbb2 100644 --- a/Doc/c-api/object.rst +++ b/Doc/c-api/object.rst @@ -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).