Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed Aug 15, 2016
1 parent 61ee5f7 commit cd4372d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/serializers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ accept float values and do not "downgrade" it to integer.
Many serializers accept the parameters ``color`` and ``background`` to specify
the color of the dark modules and light modules (background). If accepted,
``None`` is interpreted as "transparent". Colors may be specified as HTML color
names, as hexadecimal value (``#RGB`` or ``#RRGGBB``), or (if supported, as
names, as hexadecimal value (``#RGB`` or ``#RRGGBB``), or (if supported) as
hexadecimal value with an alpha channel (``#RGBA`` or ``#RRGGBBAA``).

.. code-block:: python
Expand Down

0 comments on commit cd4372d

Please sign in to comment.