From ad1fbcce0b115a67cdf461f34bcc34fda1823508 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 24 Feb 2014 17:17:50 -0800 Subject: Fix Channel link --- paramiko/transport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `, 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). """ -- cgit v1.2.3