diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-02-24 17:18:00 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-02-24 17:18:00 -0800 |
commit | e2ac82c47c0e70426f3be4329f20bd3b500078bb (patch) | |
tree | bae07b8573994ac02ca68f78292d00f51f4ee419 | |
parent | e207a4f704472bb0ab5230bdeeac585e99d37dbe (diff) |
Formatting
-rw-r--r-- | paramiko/transport.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/paramiko/transport.py b/paramiko/transport.py index d1159eb9..612dfc28 100644 --- a/paramiko/transport.py +++ b/paramiko/transport.py @@ -70,8 +70,9 @@ 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 - across a single session (and often are, in the case of port forwardings). + `channels <.Channel>`, across the session. Multiple channels can be + multiplexed across a single session (and often are, in the case of port + forwardings). """ _PROTO_ID = '2.0' _CLIENT_ID = 'paramiko_%s' % (paramiko.__version__) |