Skip to content

Commit 7774a76

Browse files
committed
Fix typo in variant.rst
1 parent 641aa8f commit 7774a76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/variant.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Chess960
4141
Chess960 is orthogonal to all other variants.
4242

4343
>>> chess.Board(chess960=True)
44-
... Board('rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1', chess960=True)
44+
Board('rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1', chess960=True)
4545

4646
UCI
4747
---

0 commit comments

Comments
 (0)