Skip to content

Commit

Permalink
Update test_checker.py
Browse files Browse the repository at this point in the history
/home/docs/checkouts/readthedocs.org/user_builds/codewars/checkouts/555/kyu_5/tic_tac_toe_checker/test_checker.py:docstring of kyu_5.tic_tac_toe_checker.test_checker.IsSolvedTestCase.test_is_solved:12: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
  • Loading branch information
ikostan committed Dec 13, 2024
1 parent 4c095f0 commit a188e9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kyu_5/tic_tac_toe_checker/test_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def test_is_solved(self):
1 if "X" won,
2 if "O" won,
0 if it's a cat's game (i.e. a draw).
:return:
"""
# pylint: disable-msg=R0801
Expand Down

0 comments on commit a188e9f

Please sign in to comment.