diff options
author | James Michael DuPont <JamesMikeDuPont@gmail.com> | 2017-01-15 20:52:42 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-01-18 14:22:50 -0800 |
commit | ec34b865fe6791a4929888c29261957054424a08 (patch) | |
tree | 77d6d328230e7ff1d4a2f7295e70a7a6fe94ab0c | |
parent | bf9acf8e903b22f2871c25b5c3898cd397e64683 (diff) |
Update channel.py
-rw-r--r-- | paramiko/channel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/channel.py b/paramiko/channel.py index 3a05bdc4..64c645d0 100644 --- a/paramiko/channel.py +++ b/paramiko/channel.py @@ -155,7 +155,7 @@ class Channel (ClosingContextManager): after creating a client channel, to ask the server to provide some basic terminal semantics for a shell invoked with `invoke_shell`. It isn't necessary (or desirable) to call this method if you're going - to exectue a single command with `exec_command`. + to execute a single command with `exec_command`. :param str term: the terminal type to emulate (for example, ``'vt100'``) :param int width: width (in characters) of the terminal screen |