summaryrefslogtreecommitdiff
path: root/cmd2/py_bridge.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-07-20 23:15:45 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-07-20 23:15:45 -0400
commit882fa3902f855a4ae9ff83f818ac50fe35fb281d (patch)
tree863ca0fb68e705f00c0b97f51d2e579ed340a075 /cmd2/py_bridge.py
parented44f155896599c0ea07ef20fc3326d7dcb97ee5 (diff)
downloadcmd2-git-882fa3902f855a4ae9ff83f818ac50fe35fb281d.tar.gz
Fixed typo in comment
Diffstat (limited to 'cmd2/py_bridge.py')
-rw-r--r--cmd2/py_bridge.py2
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
"""