diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-10-03 13:03:03 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-10-03 13:03:03 -0400 |
commit | 68d8de89403397b3f536841cedc753fa655a1116 (patch) | |
tree | 5f1d9a7c55618b2a1f18b8c8c2c7f1e70b607a74 /cmd2/utils.py | |
parent | 5340927f72edde44a56f5193069f810673d0c002 (diff) | |
download | cmd2-git-68d8de89403397b3f536841cedc753fa655a1116.tar.gz |
Updated docstring
Diffstat (limited to 'cmd2/utils.py')
-rw-r--r-- | cmd2/utils.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd2/utils.py b/cmd2/utils.py index b06dca77..501733a9 100644 --- a/cmd2/utils.py +++ b/cmd2/utils.py @@ -272,8 +272,8 @@ class StdSim(object): encoding: str='utf-8', errors: str='replace') -> None: """ Initializer - :param inner_stream: the stream this sits on top of - :param echo: if True, then all contents will be echoed to inner_stream + :param inner_stream: the emulated stream + :param echo: if True, then all input will be echoed to inner_stream :param encoding: codec for encoding/decoding strings (defaults to utf-8) :param errors: how to handle encoding/decoding errors (defaults to replace) """ |