Skip to content

Commit

Permalink
Remove engine.id from example
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Apr 21, 2020
1 parent 3a9b590 commit c1a9624
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,6 @@ Features
>>> import chess.engine
>>> engine = chess.engine.SimpleEngine.popen_uci("stockfish")
>>> engine.id.get("name")
'Stockfish 10 64 POPCNT'
>>> board = chess.Board("1k1r4/pp1b1R2/3q2pp/4p3/2B5/4Q3/PPP2B2/2K5 b - - 0 1")
>>> limit = chess.engine.Limit(time=2.0)
Expand Down

0 comments on commit c1a9624

Please sign in to comment.