Merge pull request #759 from joehillen/master

doc typo
This commit is contained in:
Gabriel Pettier 2012-10-22 11:32:13 -07:00
commit 01cdfa3753
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 should be read like this: the "Button" class is into the "kivy.uix.button"
It should be read like this: the "Button" class is in the "kivy.uix.button"
module. So if you want to import that class in your code, write that::
from kivy.uix.button import Button