Skip to content

Commit 3cb6bb1

Browse files
committed
Fix typo in rst
1 parent c0f6902 commit 3cb6bb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/advanced/classification_of_strategies.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ and/or :code:`inspect_source` return :code:`False` for the
118118
:code:`Classifier.obey_axelrod` function::
119119

120120
>>> s = axl.MindBender()
121-
>>> axl.Classifier.obey_axelrod(s)
121+
>>> axl.Classifiers.obey_axelrod(s)
122122
False
123123
>>> s = axl.TitForTat()
124-
>>> axl.Classifier.obey_axelrod(s)
124+
>>> axl.Classifiers.obey_axelrod(s)
125125
True

0 commit comments

Comments
 (0)