There was an error while loading. Please reload this page.
1 parent 2bfdfee commit 9eb657dCopy full SHA for 9eb657d
1 file changed
exercises/practice/state-of-tic-tac-toe/.docs/instructions.append.md
@@ -16,7 +16,7 @@ Your code is also expected to throw a `ValueError` if one player is assessed as
16
To raise a `ValueError` with a message, write the message as an argument to the `exception` type:
17
18
```python
19
-# Example when player X goes before player O.
+# Example when player O goes before player X.
20
raise ValueError("Wrong turn order: O started")
21
22
# Example when player X goes twice.
0 commit comments