Skip to content

Commit 31cc3af

Browse files
authored
Merge pull request #735 from gustavdelius/patch-1
Fixing typo
2 parents ab15af1 + ecbabd7 commit 31cc3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/advanced/setting_a_seed.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set. To do this we can use the `seed` function::
1313
>>> axl.seed(0)
1414
>>> results = axl.Match(players, turns=3).play()
1515

16-
We obtain the same results is it is played with the same seed::
16+
We obtain the same results if it is played with the same seed::
1717

1818
>>> axl.seed(0)
1919
>>> results == axl.Match(players, turns=3).play()

0 commit comments

Comments
 (0)