We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14fa1d3 commit 9bc3e6fCopy full SHA for 9bc3e6f
ultimatepython/advanced/mro.py
@@ -64,9 +64,8 @@ class IndecisivePlayer(NeutralPlayer, PongPlayer):
64
even though the MRO of `ConfusedPlayer` is different.
65
66
Notice that one of the `super()` calls uses additional parameters to
67
- start the MRO process from another class. This is used for demonstrative
68
- purposes and is highly discouraged as this bypasses the default method
69
- resolution process.
+ start the MRO process from another class. This is generally discouraged
+ as this bypasses the default method resolution process.
70
"""
71
72
def pong(self):
0 commit comments