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 c0f6902 commit 3cb6bb1Copy full SHA for 3cb6bb1
docs/tutorials/advanced/classification_of_strategies.rst
@@ -118,8 +118,8 @@ and/or :code:`inspect_source` return :code:`False` for the
118
:code:`Classifier.obey_axelrod` function::
119
120
>>> s = axl.MindBender()
121
- >>> axl.Classifier.obey_axelrod(s)
+ >>> axl.Classifiers.obey_axelrod(s)
122
False
123
>>> s = axl.TitForTat()
124
125
True
0 commit comments