Skip to content

Commit 506f81d

Browse files
committed
[#696] Correct more duff doctest results
1 parent 8c9a33e commit 506f81d

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
@@ -49,7 +49,7 @@ make a decision::
4949
... }
5050
>>> strategies = axl.filtered_strategies(filterset)
5151
>>> len(strategies)
52-
41
52+
24
5353

5454
Mutliple filter can be specified within the filterset dictionary. To specify a
5555
range of memory_depth values, we can use the 'min_memory_depth' and
@@ -61,7 +61,7 @@ range of memory_depth values, we can use the 'min_memory_depth' and
6161
... }
6262
>>> strategies = axl.filtered_strategies(filterset)
6363
>>> len(strategies)
64-
24
64+
41
6565

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

0 commit comments

Comments
 (0)