diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-01-18 14:22:52 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-01-18 14:22:52 -0800 |
commit | 374c9011f1a8529826a63ac43daf3d2fd8e287ee (patch) | |
tree | 275fad559ef5ad4a2687181f5ff971a7ea53922a | |
parent | d6d54df6ee1a7d4b93072e57ddf1425c8be73ce8 (diff) | |
parent | 9a7922a727007ade0b8748b38930f8e01a74729e (diff) |
Merge branch '2.1'
-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 52b5d849..69db0107 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 |