Skip to content

Commit

Permalink
Update xboard.py niklasf#2
Browse files Browse the repository at this point in the history
Found a missing quotation mark and added it. Also, fixed a fix from patch 1 and added asterikses around the term.
  • Loading branch information
PedanticHacker authored Dec 6, 2017
1 parent 1e26fa9 commit 8c9e0d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chess/xboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -910,9 +910,9 @@ def egtpath(self, egt_type, egt_path, async_callback=None):
"""
Tells the engine to use the *egt_type* endgame tablebases at *egt_path*.
The engine must have this type specified in the EGT feature. For example,
The engine must have this type specified in the *feature egt*. For example,
the engine may have *feature egt=syzygy*, then it is legal to call
*egtpath("syzygy", "<path-to-syzygy>)*.
*egtpath("syzygy", "<path-to-syzygy>")*.
:param egt_type: The type of EGT pointed to (syzygy, gaviota, etc.).
:param egt_path: The path to the desired EGT.
Expand Down

0 comments on commit 8c9e0d2

Please sign in to comment.