mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Fixed a typo.
This commit is contained in:
parent
bbd95a9361
commit
a7db0576ac
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue