summaryrefslogtreecommitdiff
path: root/paramiko/channel.py
diff options
context:
space:
mode:
authorJames Michael DuPont <JamesMikeDuPont@gmail.com>2017-01-15 20:52:42 -0500
committerJeff Forcier <jeff@bitprophet.org>2017-01-18 14:22:39 -0800
commit31dc2ae40cbcc7583542152343b2ba1aff1595c7 (patch)
tree816508e81e74c3a10f0d07b25c2349433377da02 /paramiko/channel.py
parentfbdb3f77f8954fd8e8d8899481cfe05870f03874 (diff)
downloadparamiko-31dc2ae40cbcc7583542152343b2ba1aff1595c7.tar.gz
Update channel.py
Diffstat (limited to 'paramiko/channel.py')
-rw-r--r--paramiko/channel.py2
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