Skip to content

Commit 626a01a

Browse files
committed
Fixed minor grammatical error
1 parent b146e0c commit 626a01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd2/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def clear(self) -> None:
344344
self.buffer.byte_buf = bytearray()
345345

346346
def isatty(self) -> bool:
347-
"""StdSim only be considered an interactive stream if `echo` is True and `inner_stream` is a tty."""
347+
"""StdSim only considered an interactive stream if `echo` is True and `inner_stream` is a tty."""
348348
if self.echo:
349349
return self.inner_stream.isatty()
350350
else:

0 commit comments

Comments
 (0)