summaryrefslogtreecommitdiff
path: root/paramiko/channel.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2019-06-14 20:39:30 -0400
committerJeff Forcier <jeff@bitprophet.org>2019-06-14 20:42:37 -0400
commit02175b034d91ef5fc4e86ab7379cdc2aacd7f3c4 (patch)
treefc541ed0eb515d56b3d897c53f8c331b2cba12b0 /paramiko/channel.py
parent809b52a0abbd0286a75f3cfe65a297e8bc363e03 (diff)
downloadparamiko-02175b034d91ef5fc4e86ab7379cdc2aacd7f3c4.tar.gz
Fix old docstring re: returned object class
Diffstat (limited to 'paramiko/channel.py')
-rw-r--r--paramiko/channel.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/paramiko/channel.py b/paramiko/channel.py
index f2aaf26a..2687e6fc 100644
--- a/paramiko/channel.py
+++ b/paramiko/channel.py
@@ -889,7 +889,8 @@ class Channel(ClosingContextManager):
client, it only makes sense to open this file for reading. For a
server, it only makes sense to open this file for writing.
- :return: `.ChannelFile` object which can be used for Python file I/O.
+ :returns:
+ `.ChannelStderrFile` object which can be used for Python file I/O.
.. versionadded:: 1.1
"""