diff options
Diffstat (limited to 'cmd2/transcript.py')
-rw-r--r-- | cmd2/transcript.py | 2 |
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 |