diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-07-20 23:15:45 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-07-20 23:15:45 -0400 |
commit | 882fa3902f855a4ae9ff83f818ac50fe35fb281d (patch) | |
tree | 863ca0fb68e705f00c0b97f51d2e579ed340a075 /cmd2/py_bridge.py | |
parent | ed44f155896599c0ea07ef20fc3326d7dcb97ee5 (diff) | |
download | cmd2-git-882fa3902f855a4ae9ff83f818ac50fe35fb281d.tar.gz |
Fixed typo in comment
Diffstat (limited to 'cmd2/py_bridge.py')
-rw-r--r-- | cmd2/py_bridge.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/py_bridge.py b/cmd2/py_bridge.py index 9864b0ac..0a1b6ee7 100644 --- a/cmd2/py_bridge.py +++ b/cmd2/py_bridge.py @@ -1,6 +1,6 @@ # coding=utf-8 """ -Bridges calls made inside of a Python environments to the Cmd2 host app while maintaining a reasonable +Bridges calls made inside of a Python environment to the Cmd2 host app while maintaining a reasonable degree of isolation between the two """ |