doc: make explicit that it needs to be the enter key

This commit is contained in:
Zen-CODE 2014-07-06 22:05:25 +02:00
parent 873cce0538
commit 70c1fbae14
1 changed files with 1 additions and 1 deletions

View File

@ -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.