mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Fix typo.
This commit is contained in:
parent
72a95cc7b0
commit
d1258451e6
1 changed files with 1 additions and 1 deletions
|
|
@ -1067,7 +1067,7 @@ are always available. They are listed here in alphabetical order.
|
||||||
The second use case is to support cooperative multiple inheritance in a
|
The second use case is to support cooperative multiple inheritance in a
|
||||||
dynamic execution environment. This use case is unique to Python and is
|
dynamic execution environment. This use case is unique to Python and is
|
||||||
not found in statically compiled languages or languages that only support
|
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
|
where multiple base classes implement the same method. Good design dictates
|
||||||
that this method have the same calling signature in every case (because the
|
that this method have the same calling signature in every case (because the
|
||||||
order of calls is determined at runtime, because that order adapts
|
order of calls is determined at runtime, because that order adapts
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue