Skip to content

Commit 04699bd

Browse files
yohmmarcharper
authored andcommitted
fixed doc tests
1 parent a3e4d56 commit 04699bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/how-to/classify_strategies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ range of memory_depth values, we can use the 'min_memory_depth' and
7979
... }
8080
>>> strategies = axl.filtered_strategies(filterset)
8181
>>> len(strategies)
82-
55
82+
56
8383

8484
We can also identify strategies that make use of particular properties of the
8585
tournament. For example, here is the number of strategies that make use of the

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Count the number of available players::
5353

5454
>>> import axelrod as axl
5555
>>> len(axl.strategies)
56-
238
56+
239
5757

5858
Create matches between two players::
5959

0 commit comments

Comments
 (0)