Skip to content

Commit 57536b1

Browse files
fix typo in comment
1 parent 3a97469 commit 57536b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chess/syzygy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1850,7 +1850,7 @@ def probe_dtz(self, board: chess.Board) -> int:
18501850
+-----+------------------+--------------------------------------------+
18511851
18521852
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
1853+
losing zeroing move in n + 1 plies and a return value +n can mean a
18541854
winning zeroing move in n + 1 plies.
18551855
This implies some primary tablebase lines may waste up to 1 ply.
18561856
Rounding is never used for endgame phases where it would change the

0 commit comments

Comments
 (0)