summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-02-24 17:17:50 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-02-24 17:17:50 -0800
commitad1fbcce0b115a67cdf461f34bcc34fda1823508 (patch)
tree7cff525b2faa5c9f3b1131be16b4994dc78d3f7e
parent999bb4eaafc754764b55f02bf20f782df2eaa80d (diff)
Fix Channel link
-rw-r--r--paramiko/transport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/transport.py b/paramiko/transport.py
index 0df6d1f5..74f8f516 100644
--- a/paramiko/transport.py
+++ b/paramiko/transport.py
@@ -70,7 +70,7 @@ class Transport (threading.Thread):
"""
An SSH Transport attaches to a stream (usually a socket), negotiates an
encrypted session, authenticates, and then creates stream tunnels, called
- `channels <Channel>`, across the session. Multiple channels can be multiplexed
+ `channels <.Channel>`, across the session. Multiple channels can be multiplexed
across a single session (and often are, in the case of port forwardings).
"""