Fix Channel link

This commit is contained in:
Jeff Forcier 2014-02-24 17:17:50 -08:00
parent 999bb4eaaf
commit ad1fbcce0b
1 changed files with 1 additions and 1 deletions

View File

@ -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).
"""