From 626a01a5fad70437b0e3f630b653ed9c8cf9c616 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Wed, 3 Apr 2019 16:21:40 -0400 Subject: Fixed minor grammatical error --- cmd2/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd2/utils.py') diff --git a/cmd2/utils.py b/cmd2/utils.py index 339d5194..d8ac513d 100644 --- a/cmd2/utils.py +++ b/cmd2/utils.py @@ -344,7 +344,7 @@ class StdSim(object): self.buffer.byte_buf = bytearray() def isatty(self) -> bool: - """StdSim only be considered an interactive stream if `echo` is True and `inner_stream` is a tty.""" + """StdSim only considered an interactive stream if `echo` is True and `inner_stream` is a tty.""" if self.echo: return self.inner_stream.isatty() else: -- cgit v1.2.1