From 68d8de89403397b3f536841cedc753fa655a1116 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Wed, 3 Oct 2018 13:03:03 -0400 Subject: Updated docstring --- cmd2/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd2/utils.py') 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) """ -- cgit v1.2.1