[Python-checkins] cpython (3.4): Fixed a typo.

serhiy.storchaka python-checkins at python.org
Sat May 2 18:25:21 CEST 2015


https://hg.python.org/cpython/rev/b53cfcfdfe47
changeset:   95837:b53cfcfdfe47
branch:      3.4
parent:      95835:88c141233d1e
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Sat May 02 19:24:41 2015 +0300
summary:
  Fixed a typo.

files:
  Doc/c-api/object.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/c-api/object.rst b/Doc/c-api/object.rst
--- a/Doc/c-api/object.rst
+++ b/Doc/c-api/object.rst
@@ -203,7 +203,7 @@
    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).
 
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list