diff options
Diffstat (limited to 'cmd2/pyscript_bridge.py')
-rw-r--r-- | cmd2/pyscript_bridge.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/pyscript_bridge.py b/cmd2/pyscript_bridge.py index 31c1ab9c..01d283ea 100644 --- a/cmd2/pyscript_bridge.py +++ b/cmd2/pyscript_bridge.py @@ -1,6 +1,6 @@ # coding=utf-8 """ -Bridges calls made inside of pyscript with the Cmd2 host app while maintaining a reasonable +Bridges calls made inside of a pyscript with the Cmd2 host app while maintaining a reasonable degree of isolation between the two """ |