Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
robertnurnberg committed Jan 20, 2025
1 parent 3a97469 commit 57536b1
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 @@ -1850,7 +1850,7 @@ def probe_dtz(self, board: chess.Board) -> int:
+-----+------------------+--------------------------------------------+
The return value can be off by one: a return value -n can mean a
losing zeroing move in in n + 1 plies and a return value +n can mean a
losing zeroing move in n + 1 plies and a return value +n can mean a
winning zeroing move in n + 1 plies.
This implies some primary tablebase lines may waste up to 1 ply.
Rounding is never used for endgame phases where it would change the
Expand Down

0 comments on commit 57536b1

Please sign in to comment.