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 ab15af1 commit ecbabd7Copy full SHA for ecbabd7
docs/tutorials/advanced/setting_a_seed.rst
@@ -13,7 +13,7 @@ set. To do this we can use the `seed` function::
13
>>> axl.seed(0)
14
>>> results = axl.Match(players, turns=3).play()
15
16
-We obtain the same results is it is played with the same seed::
+We obtain the same results if it is played with the same seed::
17
18
19
>>> results == axl.Match(players, turns=3).play()
0 commit comments