diff --git a/doc/sources/guide/readingdoc.rst b/doc/sources/guide/readingdoc.rst index d54ffeb63..1d6e8a62f 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 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