Skip to content

Commit

Permalink
Fix a typo (#635)
Browse files Browse the repository at this point in the history
Fixed a typo engne -> engine.
  • Loading branch information
Boštjan Mejak authored Sep 24, 2020
1 parent 4066678 commit d92c6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Changes:
* `chess.engine` will now cut off illegal principal variations at the first
illegal move instead of discarding them entirely.
* `chess.engine.EngineProtocol` renamed to `chess.engine.Protocol`.
* `chess.engne.Option` is no longer a named tuple.
* `chess.engine.Option` is no longer a named tuple.
* Renamed `chess.gaviota` internals.
* Relaxed type annotations of `chess.pgn.GameNode.variation()` and related
methods.
Expand Down

0 comments on commit d92c6dd

Please sign in to comment.