Merge pull request #2951 from merriam/merriam_branch_9

Fix documentation typo in kivy/modules/__init__.py
This commit is contained in:
Akshay Arora 2015-01-30 13:19:57 +05:30
commit e11d929abc
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.