From 95c02087c4721558d0346cae4c40998408c346ae Mon Sep 17 00:00:00 2001 From: Adam Siembida Date: Wed, 5 Mar 2014 16:38:25 -0500 Subject: [PATCH] Fixed a typo in the firstwidget.rst tutorial. --- doc/sources/tutorials/firstwidget.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sources/tutorials/firstwidget.rst b/doc/sources/tutorials/firstwidget.rst index ab6d4c940..64cc4b8b5 100644 --- a/doc/sources/tutorials/firstwidget.rst +++ b/doc/sources/tutorials/firstwidget.rst @@ -29,7 +29,7 @@ so that you can later draw lines between those positions. So the points where the fingers were would be your *data* and the lines that you draw between them would be your *visual representation*. -In Kivy, an applications user interface is composed of Widgets. Everything +In Kivy, an application's user interface is composed of Widgets. Everything that you see on the screen is somehow drawn by a widget. Often you would like to be able to reuse code that you already wrote in a different context, which is why widgets typically represent one specific instance