Skip to content

Commit

Permalink
Update Python version dependent output in doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Dec 22, 2021
1 parent 78a67fd commit 0e9ac77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Features
>>> board.is_insufficient_material()
False
>>> board.outcome()
Outcome(termination=Termination.CHECKMATE, winner=True)
Outcome(termination=<Termination.CHECKMATE: 1>, winner=True)
* Detects repetitions. Has a half-move clock.

Expand Down

0 comments on commit 0e9ac77

Please sign in to comment.