summaryrefslogtreecommitdiff
path: root/cmd2/transcript.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-06-07 15:09:22 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-06-07 15:09:22 -0400
commitee699c35159a621e59bf8205c555d0fbf8aa3734 (patch)
treea48306a0ba7a08a76482085227859e04257a7d8b /cmd2/transcript.py
parent069b181a887445fde7b66e27e537a9653d70e3dc (diff)
downloadcmd2-git-ee699c35159a621e59bf8205c555d0fbf8aa3734.tar.gz
Made comment more accurate
Diffstat (limited to 'cmd2/transcript.py')
-rw-r--r--cmd2/transcript.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/transcript.py b/cmd2/transcript.py
index b507cbf2..5a115496 100644
--- a/cmd2/transcript.py
+++ b/cmd2/transcript.py
@@ -102,7 +102,7 @@ class Cmd2TestCase(unittest.TestCase):
line_num += 1
if stop:
- # This should only be hit if cmd2.Cmd.do_quit is overridden to have output text
+ # This should only be hit if the command that set stop to True had output text
self.assertTrue(finished, stop_msg)
# transform the expected text into a valid regular expression