From 27f5270c9a7baae1810828b84fb60d484ebf0d13 Mon Sep 17 00:00:00 2001 From: tshirtman Date: Wed, 7 Mar 2012 17:00:55 +0100 Subject: [PATCH] closes: #417 --- doc/sources/guide/firstwidget.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sources/guide/firstwidget.rst b/doc/sources/guide/firstwidget.rst index f0f53be84..4e59c05a7 100644 --- a/doc/sources/guide/firstwidget.rst +++ b/doc/sources/guide/firstwidget.rst @@ -7,7 +7,7 @@ Your First Widget ================= In the following you will be guided through the creation of your first -widget. This is some very powerful and important knowledge when +widget. This provides very powerful and important knowledge when programming Kivy applications, as it lets you create completely new user interfaces with custom elements for your specific purpose.