Merge pull request #50 from Fuzzlix/patch-1

fixed typo in widgets.rst
This commit is contained in:
Matthias Richter 2017-03-16 20:29:56 +01:00 committed by GitHub
commit 61a4172edd

View file

@ -30,7 +30,7 @@ Creates a label at position ``(x,y)`` with width ``w`` and height ``h``.
.. function:: ImageButton(normal, options, x,y)
:param Image notmal: Image of the button in normal state.
:param Image normal: Image of the button in normal state.
:param table options: Widget options.
:param numbers x,y: Upper left corner of the widget.
:returns: Return state (see below).