Skip to content

Commit

Permalink
Remove empty tuples from example output
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Feb 18, 2015
1 parent 111bcd5 commit f448733
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions chess/uci.py
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,6 @@ def popen_engine(command, engine_cls=Engine):
>>> engine = chess.uci.popen_engine("/usr/games/stockfish")
>>> engine.uci()
()
>>> engine.name
'Stockfish 230814 64'
>>> engine.author
Expand All @@ -1171,7 +1170,6 @@ def spur_spawn_engine(shell, command, engine_cls=Engine):
>>> shell = spur.SshShell(hostname="localhost", username="username", password="pw")
>>> engine = chess.uci.spur_spwan_engine(shell, ["/usr/games/stockfish"])
>>> engine.uci()
()
.. _Spur: https://pypi.python.org/pypi/spur
"""
Expand Down

0 comments on commit f448733

Please sign in to comment.