From 70c1fbae141752672849fd6e539cc0d34b2ceef3 Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Sun, 6 Jul 2014 22:05:25 +0200 Subject: [PATCH] doc: make explicit that it needs to be the enter key --- kivy/interactive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.