From: Éric Araujo Date: Tue, 22 Mar 2011 20:45:42 +0000 (+0100) Subject: Fix typo spotted by Sandro Tosi X-Git-Tag: v2.7.2rc1~227 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4fbd88a078668a4094d398f60fcdf6c39adbbe6f;p=thirdparty%2FPython%2Fcpython.git Fix typo spotted by Sandro Tosi --- diff --git a/Doc/tutorial/classes.rst b/Doc/tutorial/classes.rst index bdaa5d236aae..ed0e6557c20d 100644 --- a/Doc/tutorial/classes.rst +++ b/Doc/tutorial/classes.rst @@ -518,7 +518,7 @@ other multiple-inheritance languages as call-next-method and is more powerful 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