Fix documentation typo in kivy/modules/__init__.py

This commit is contained in:
Charles Merriam 2015-01-29 19:17:17 -08:00
parent 6894ea87ab
commit 5ba075e832
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ loading of modules is managed by the config file. Currently, we include:
events.
* :class:`~kivy.modules.screen`: Emulate the characteristics (dpi/density/
resolution) of different screens.
* :class:`~kivy.modules.inspector`: Examines your widget heirarchy and
* :class:`~kivy.modules.inspector`: Examines your widget hierarchy and
widget properties.
* :class:`~kivy.modules.webdebugger`: Realtime examination of your app
internals via a web browser.