From 815476044a6b6f11b48cd273b851053ba246794d Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Thu, 26 Feb 2009 00:20:22 +0000 Subject: [PATCH] Fix typo. --- Doc/library/functions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index e0bc8d748351..bad9848602db 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -1218,7 +1218,7 @@ available. They are listed here in alphabetical order. The second use case is to support cooperative multiple inheritance in a dynamic execution environment. This use case is unique to Python and is not found in statically compiled languages or languages that only support - single inheritance. This makes in possible to implement "diamond diagrams" + single inheritance. This makes it possible to implement "diamond diagrams" where multiple base classes implement the same method. Good design dictates that this method have the same calling signature in every case (because the order of calls is determined at runtime, because that order adapts -- 2.47.3