Skip to content

Commit 9eb657d

Browse files
authored
Update instructions.append.md (#4261)
Fixed comment order on Error Message comment.
1 parent 2bfdfee commit 9eb657d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/practice/state-of-tic-tac-toe/.docs/instructions.append.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Your code is also expected to throw a `ValueError` if one player is assessed as
1616
To raise a `ValueError` with a message, write the message as an argument to the `exception` type:
1717

1818
```python
19-
# Example when player X goes before player O.
19+
# Example when player O goes before player X.
2020
raise ValueError("Wrong turn order: O started")
2121

2222
# Example when player X goes twice.

0 commit comments

Comments
 (0)