From 882fa3902f855a4ae9ff83f818ac50fe35fb281d Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Sat, 20 Jul 2019 23:15:45 -0400 Subject: Fixed typo in comment --- cmd2/py_bridge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd2/py_bridge.py') 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 """ -- cgit v1.2.1