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.
2 parents ab15af1 + ecbabd7 commit 31cc3afCopy full SHA for 31cc3af
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