summaryrefslogtreecommitdiff
path: root/cmd2
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-10-03 13:03:03 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-10-03 13:03:03 -0400
commit68d8de89403397b3f536841cedc753fa655a1116 (patch)
tree5f1d9a7c55618b2a1f18b8c8c2c7f1e70b607a74 /cmd2
parent5340927f72edde44a56f5193069f810673d0c002 (diff)
downloadcmd2-git-68d8de89403397b3f536841cedc753fa655a1116.tar.gz
Updated docstring
Diffstat (limited to 'cmd2')
-rw-r--r--cmd2/utils.py4
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)
"""