mirror of https://github.com/kivy/kivy.git
doc: make explicit that it needs to be the enter key
This commit is contained in:
parent
873cce0538
commit
70c1fbae14
|
@ -32,7 +32,7 @@ pass an instance to the :class:`InteractiveLauncher` constructor.::
|
|||
launcher = InteractiveLauncher(MyApp())
|
||||
launcher.run()
|
||||
|
||||
After pressing a key, the script will return. This allows the interpreter to
|
||||
After pressing *enter*, the script will return. This allows the interpreter to
|
||||
continue running. Inspection or modification of the :class:`App` can be done
|
||||
safely through the InteractiveLauncher instance or the provided
|
||||
:class:`SafeMembrane` class instances.
|
||||
|
|
Loading…
Reference in New Issue