This commit is contained in:
tshirtman 2012-03-07 17:02:09 +01:00
parent 27f5270c9a
commit 7bc5ab95ed
1 changed files with 1 additions and 1 deletions

View File

@ -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