Skip to content

Commit 69a733b

Browse files
[doc] Be more clear on super() regarding multiple base classes methods (GH-21789)
1 parent 08a4803 commit 69a733b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/functions.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1711,7 +1711,7 @@ are always available. They are listed here in alphabetical order.
17111711
not found in statically compiled languages or languages that only support
17121712
single inheritance. This makes it possible to implement "diamond diagrams"
17131713
where multiple base classes implement the same method. Good design dictates
1714-
that this method have the same calling signature in every case (because the
1714+
that such implementations have the same calling signature in every case (because the
17151715
order of calls is determined at runtime, because that order adapts
17161716
to changes in the class hierarchy, and because that order can include
17171717
sibling classes that are unknown prior to runtime).

0 commit comments

Comments
 (0)