mirror of https://github.com/kivy/kivy.git
Merge pull request #2951 from merriam/merriam_branch_9
Fix documentation typo in kivy/modules/__init__.py
This commit is contained in:
commit
e11d929abc
|
@ -14,7 +14,7 @@ loading of modules is managed by the config file. Currently, we include:
|
||||||
events.
|
events.
|
||||||
* :class:`~kivy.modules.screen`: Emulate the characteristics (dpi/density/
|
* :class:`~kivy.modules.screen`: Emulate the characteristics (dpi/density/
|
||||||
resolution) of different screens.
|
resolution) of different screens.
|
||||||
* :class:`~kivy.modules.inspector`: Examines your widget heirarchy and
|
* :class:`~kivy.modules.inspector`: Examines your widget hierarchy and
|
||||||
widget properties.
|
widget properties.
|
||||||
* :class:`~kivy.modules.webdebugger`: Realtime examination of your app
|
* :class:`~kivy.modules.webdebugger`: Realtime examination of your app
|
||||||
internals via a web browser.
|
internals via a web browser.
|
||||||
|
|
Loading…
Reference in New Issue