From ec34b865fe6791a4929888c29261957054424a08 Mon Sep 17 00:00:00 2001 From: James Michael DuPont Date: Sun, 15 Jan 2017 20:52:42 -0500 Subject: Update channel.py --- paramiko/channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3