Skip to content

Commit cb3e5c7

Browse files
authored
Revise wording in use_custom_matches.rst
1 parent 32b655f commit cb3e5c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/how-to/use_custom_matches.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Use custom matches
44
==================
55

6-
At present it is possible to use a custom match class in a Moran process. Below
6+
The Moran process supports custom match classes. Below
77
creates a new class of a match where both players end with a score of 2::
88

99

@@ -13,8 +13,8 @@ creates a new class of a match where both players end with a score of 2::
1313
... def final_score_per_turn(self):
1414
... return 2, 2
1515

16-
We can now create a Moran process like we normally would and pass our custom
17-
:code:`MassBaseMatch` to the moran process with the :code:`match_class` keyword
16+
We then create a Moran process with the custom match class by passing our custom
17+
:code:`MassBaseMatch` to the Moran process with the :code:`match_class` keyword
1818
argument::
1919

2020
>>> players = [axl.Cooperator(), axl.Defector(), axl.TitForTat(), axl.Grudger()]

0 commit comments

Comments
 (0)