We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80190db commit e9251b9Copy full SHA for e9251b9
docs/tutorials/further_topics/evolvable_players.rst
@@ -21,7 +21,7 @@ Additionally, the Moran process implementation supports a second style of mutati
21
evolving new strategies utilizing the :code:`EvolvablePlayer` class via its :code:`mutate` method.
22
This is in contrast to the transitional mutation that selects one of the other player types rather than (possibly)
23
generating a new player variant. To use this mutation style set `mutation_method=atomic` in the initialisation
24
-of the Moran process:
+of the Moran process::
25
26
>>> import axelrod as axl
27
>>> C = axl.Action.C
0 commit comments