diff options
Diffstat (limited to 'tests/pyscript')
-rw-r--r-- | tests/pyscript/stop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pyscript/stop.py b/tests/pyscript/stop.py index e731218e..1578b057 100644 --- a/tests/pyscript/stop.py +++ b/tests/pyscript/stop.py @@ -2,7 +2,7 @@ app.cmd_echo = True app('help') -# This will set stop to True in the PyscriptBridge +# This will set stop to True in the PyBridge app('quit') # Exercise py_quit() in unit test |