From 7bc5ab95edf61cbaeafdbada0c8ff5728a036da3 Mon Sep 17 00:00:00 2001 From: tshirtman Date: Wed, 7 Mar 2012 17:02:09 +0100 Subject: [PATCH] closes: #418 --- doc/sources/guide/readingdoc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sources/guide/readingdoc.rst b/doc/sources/guide/readingdoc.rst index fe16bc309..d54ffeb63 100644 --- a/doc/sources/guide/readingdoc.rst +++ b/doc/sources/guide/readingdoc.rst @@ -16,7 +16,7 @@ it will be generated like this: .. image:: images/api-button.jpg -It must readed like this: the "Button" class is into the "kivy.uix.button" +It should be read like this: the "Button" class is into the "kivy.uix.button" module. So if you want to import that class in your code, write that:: from kivy.uix.button import Button