From 372d70418440936f11f3cd71bc079250f72e1e8a Mon Sep 17 00:00:00 2001 From: Ulrich Schmidt Date: Mon, 7 Nov 2016 07:59:30 +0100 Subject: [PATCH] Update widgets.rst --- docs/widgets.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/widgets.rst b/docs/widgets.rst index 5c6c230..c0f18eb 100644 --- a/docs/widgets.rst +++ b/docs/widgets.rst @@ -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).