Skip to content

Commit a163e39

Browse files
committed
Add import to doctest
1 parent 3b7d9b6 commit a163e39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/tutorials/further_topics/evolvable_players.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ This is in contrast to the transitional mutation that selects one of the other p
2323
generating a new player variant. To use this mutation style set `mutation_method=atomic` in the initialisation
2424
of the Moran process:
2525

26+
>>> import axelrod as axl
2627
>>> C = axl.Action.C
2728
>>> players = [axl.EvolvableFSMPlayer(num_states=2, initial_state=1, initial_action=C) for _ in range(5)]
2829
>>> mp = axl.MoranProcess(players, turns=10, mutation_method="atomic")

0 commit comments

Comments
 (0)