We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a4803 commit 69a733bCopy full SHA for 69a733b
Doc/library/functions.rst
@@ -1711,7 +1711,7 @@ are always available. They are listed here in alphabetical order.
1711
not found in statically compiled languages or languages that only support
1712
single inheritance. This makes it possible to implement "diamond diagrams"
1713
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
+ that such implementations have the same calling signature in every case (because the
1715
order of calls is determined at runtime, because that order adapts
1716
to changes in the class hierarchy, and because that order can include
1717
sibling classes that are unknown prior to runtime).
0 commit comments