Skip to content

Commit 3c8dd8d

Browse files
committed
Document PlayResult.resigned
1 parent ff2df3b commit 3c8dd8d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/engine.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Example: Let Stockfish play against itself, 100 milliseconds per move.
9797

9898
.. py:attribute:: move
9999
100-
The best move accordig to the engine.
100+
The best move accordig to the engine, or ``None``.
101101

102102
.. py:attribute:: ponder
103103
@@ -118,6 +118,10 @@ Example: Let Stockfish play against itself, 100 milliseconds per move.
118118
119119
Whether the engine offered a draw before moving.
120120

121+
.. py:attribute:: resigned
122+
123+
Whether the engine resigned.
124+
121125
Analysing and evaluating a position
122126
-----------------------------------
123127

0 commit comments

Comments
 (0)