Skip to content

Commit

Permalink
One more comma
Browse files Browse the repository at this point in the history
Forgot to add one more comma to the docstring text of svg.board().
  • Loading branch information
Boštjan Mejak committed Oct 29, 2020
1 parent 9d10ed8 commit acf2987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chess/svg.py
Expand Up @@ -261,7 +261,7 @@ def board(board: Optional[chess.BaseBoard] = None, *,
``square light``, ``square dark``, ``square light lastmove``,
``square dark lastmove``, ``margin``, ``coord``, ``arrow green``,
``arrow blue``, ``arrow red``, and ``arrow yellow``. Values should look
like ``#ffce9e`` (opaque) or ``#15781B80`` (transparent).
like ``#ffce9e`` (opaque), or ``#15781B80`` (transparent).
:param flipped: Pass ``True`` to flip the board.
:param style: A CSS stylesheet to include in the SVG image.
Expand Down

0 comments on commit acf2987

Please sign in to comment.