We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a97469 commit 57536b1Copy full SHA for 57536b1
chess/syzygy.py
@@ -1850,7 +1850,7 @@ def probe_dtz(self, board: chess.Board) -> int:
1850
+-----+------------------+--------------------------------------------+
1851
1852
The return value can be off by one: a return value -n can mean a
1853
- 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
1854
winning zeroing move in n + 1 plies.
1855
This implies some primary tablebase lines may waste up to 1 ply.
1856
Rounding is never used for endgame phases where it would change the
0 commit comments