We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1dcb6 commit e010031Copy full SHA for e010031
Doc/library/functions.rst
@@ -1627,7 +1627,7 @@ are always available. They are listed here in alphabetical order.
1627
not found in statically compiled languages or languages that only support
1628
single inheritance. This makes it possible to implement "diamond diagrams"
1629
where multiple base classes implement the same method. Good design dictates
1630
- 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
1631
order of calls is determined at runtime, because that order adapts
1632
to changes in the class hierarchy, and because that order can include
1633
sibling classes that are unknown prior to runtime).
0 commit comments