Skip to content

Commit f93a7ff

Browse files
authored
Merge pull request #1135 from robertnurnberg/typo
fix typo in comment
2 parents 3a97469 + 57536b1 commit f93a7ff

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)