[Python-checkins] cpython (2.7): Fix typo spotted by Sandro Tosi
eric.araujo
python-checkins at python.org
Tue Mar 22 21:47:53 CET 2011
http://hg.python.org/cpython/rev/b8e556541db3
changeset: 68836:b8e556541db3
branch: 2.7
user: Éric Araujo <merwok at netwok.org>
date: Tue Mar 22 21:45:42 2011 +0100
summary:
Fix typo spotted by Sandro Tosi
files:
Doc/tutorial/classes.rst
diff --git a/Doc/tutorial/classes.rst b/Doc/tutorial/classes.rst
--- a/Doc/tutorial/classes.rst
+++ b/Doc/tutorial/classes.rst
@@ -518,7 +518,7 @@
than the super call found in single-inheritance languages.
With new-style classes, dynamic ordering is necessary because all cases of
-multiple inheritance exhibit one or more diamond relationships (where one at
+multiple inheritance exhibit one or more diamond relationships (where at
least one of the parent classes can be accessed through multiple paths from the
bottommost class). For example, all new-style classes inherit from
:class:`object`, so any case of multiple inheritance provides more than one path
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list