summaryrefslogtreecommitdiff
path: root/cmd2/pyscript_bridge.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-06-15 00:55:19 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-06-15 00:55:19 -0400
commit8b7f234041a8842abcc740d20d2b45840a1d28a1 (patch)
treec06a5d29e43de1cf07c89688dc911ceac140a9d1 /cmd2/pyscript_bridge.py
parentbeb2b37e5488965f7b2e240ea7453234bcbd3cd1 (diff)
downloadcmd2-git-8b7f234041a8842abcc740d20d2b45840a1d28a1.tar.gz
Updated documentation
Diffstat (limited to 'cmd2/pyscript_bridge.py')
-rw-r--r--cmd2/pyscript_bridge.py2
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
"""