diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-06-15 00:55:19 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-06-15 00:55:19 -0400 |
commit | 8b7f234041a8842abcc740d20d2b45840a1d28a1 (patch) | |
tree | c06a5d29e43de1cf07c89688dc911ceac140a9d1 /cmd2/pyscript_bridge.py | |
parent | beb2b37e5488965f7b2e240ea7453234bcbd3cd1 (diff) | |
download | cmd2-git-8b7f234041a8842abcc740d20d2b45840a1d28a1.tar.gz |
Updated documentation
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 """ |