summaryrefslogtreecommitdiff
path: root/Doc/c-api
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-05-02 19:25:02 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2015-05-02 19:25:02 +0300
commitd894027ec1321c2ca5c13d6dad6ef920962caff4 (patch)
tree1c330c52e0fc91c87902b440bf987a7f58fedf52 /Doc/c-api
parent3b4d30a27bd6b72bcf8b160e8e3ca860265b1655 (diff)
parenta7db0576acd6c90b6e0cb10f35cd3e898330cf01 (diff)
downloadcpython-git-d894027ec1321c2ca5c13d6dad6ef920962caff4.tar.gz
Fixed a typo.
Diffstat (limited to 'Doc/c-api')
-rw-r--r--Doc/c-api/object.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/object.rst b/Doc/c-api/object.rst
index 187ac017a7..97b45b12cb 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).