Skip to content

Commit

Permalink
Syzygy: Fifty-move rule needs to be claimed
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Mar 14, 2015
1 parent c11258c commit 5d7b3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chess/syzygy.py
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ def probe_wdl(self, board):
a draw and *-2* if the side to move is losing.
Returns *1* in case of a cursed win and *-1* in case of a blessed
loss. Mate can be forced but the position is drawn according to the
loss. Mate can be forced but the position can be drawn due to the
fifty-move rule.
>>> with chess.syzygy.Tablebases("data/syzygy") as tablebases:
Expand Down

0 comments on commit 5d7b3cc

Please sign in to comment.