summaryrefslogtreecommitdiff
path: root/paramiko/channel.py
diff options
context:
space:
mode:
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 0e009eff..2757450b 100644
--- a/paramiko/channel.py
+++ b/paramiko/channel.py
@@ -828,7 +828,7 @@ class Channel(ClosingContextManager):
`send`, this method continues to send data from the given string until
either all data has been sent or an error occurs. Nothing is returned.
- :param str s: data to send.
+ :param bytes s: data to send.
:raises socket.timeout:
if sending stalled for longer than the timeout set by `settimeout`.