Skip to content

Commit d744fce

Browse files
zewaywongNikoleta-v3
authored andcommitted
Update docs/how-to/heterogeneous_matches.rst
Co-authored-by: Nikoleta Glynatsi <[email protected]>
1 parent e9e842f commit d744fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-to/heterogeneous_matches.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This requires us to build a specific match class:
4949
... super().__next__()
5050
... return self
5151

52-
In [Krapohl2020] a non standard Moran process is used where the mass of individuals is not reproduced so we will use inheritance to create a new Moran process that keeps the mass of the individuals constant.
52+
In [Krapohl2020]_ a non standard Moran process is used where the mass of individuals is not reproduced so we will use inheritance to create a new Moran process that keeps the mass of the individuals constant.
5353

5454
>>> mp = MassBasedMoranProcess(players, match_class=MassBaseMatch)
5555
>>> mp.play()

0 commit comments

Comments
 (0)