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

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


https://hg.python.org/cpython/rev/82b48b408b04
changeset:   95838:82b48b408b04
parent:      95836:1c72e9c1b3b4
parent:      95837:b53cfcfdfe47
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Sat May 02 19:25:02 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