Skip to content

Commit

Permalink
Fix misnamed Image example.
Browse files Browse the repository at this point in the history
  • Loading branch information
ntoll committed Feb 11, 2016
1 parent 60a51dd commit faaba30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/image.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The ``Image`` class is used to create images that can be displayed easily on
the device's LED matrix. Given an image object it's possible to display it via
the ``device`` API::

display.show(Image.SMILE)
display.show(Image.HAPPY)

.. image:: image-smile.png

Expand Down

0 comments on commit faaba30

Please sign in to comment.