Commit a7db0576 authored by Serhiy Storchaka's avatar Serhiy Storchaka

Fixed a typo.

parent bbd95a93
...@@ -203,7 +203,7 @@ Object Protocol ...@@ -203,7 +203,7 @@ Object Protocol
i.e. contained in ``cls.__mro__``. i.e. contained in ``cls.__mro__``.
Normally only class objects, i.e. instances of :class:`type` or a derived 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). a :attr:`__bases__` attribute (which must be a tuple of base classes).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment