From ee699c35159a621e59bf8205c555d0fbf8aa3734 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Fri, 7 Jun 2019 15:09:22 -0400 Subject: Made comment more accurate --- cmd2/transcript.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd2/transcript.py') 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 -- cgit v1.2.1