diff --git a/kivy/interactive.py b/kivy/interactive.py index f7348f779..43e623a4e 100644 --- a/kivy/interactive.py +++ b/kivy/interactive.py @@ -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.