Skip to content

Commit 68d8de8

Browse files
committed
Updated docstring
1 parent 5340927 commit 68d8de8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd2/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ def __init__(self, inner_stream, echo: bool = False,
272272
encoding: str='utf-8', errors: str='replace') -> None:
273273
"""
274274
Initializer
275-
:param inner_stream: the stream this sits on top of
276-
:param echo: if True, then all contents will be echoed to inner_stream
275+
:param inner_stream: the emulated stream
276+
:param echo: if True, then all input will be echoed to inner_stream
277277
:param encoding: codec for encoding/decoding strings (defaults to utf-8)
278278
:param errors: how to handle encoding/decoding errors (defaults to replace)
279279
"""

0 commit comments

Comments
 (0)