Skip to content

Commit

Permalink
Update doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcharper committed Oct 29, 2018
1 parent e251f02 commit d82e4c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/reference/all_strategies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Here are the docstrings of all the strategies in the library.

.. automodule:: axelrod.strategies.adaptive
:members:
.. automodule:: axelrod.strategies.adaptor
:members:
.. automodule:: axelrod.strategies.alternator
:members:
.. automodule:: axelrod.strategies.ann
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/advanced/classification_of_strategies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ strategies::
... }
>>> strategies = axl.filtered_strategies(filterset)
>>> len(strategies)
82
84

Or, to find out how many strategies only use 1 turn worth of memory to
make a decision::
Expand Down

0 comments on commit d82e4c7

Please sign in to comment.