diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-02-11 15:02:46 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-02-11 15:04:31 -0800 |
commit | 3e87f4aa27844f2791210a51a3ff64f95550176a (patch) | |
tree | f92f7dad0c32f83020ce82b9ebaa9cc90cd3ea0b | |
parent | 985c3069fb2ccd3488aa600af2daa22186ef162a (diff) |
Formatting
-rw-r--r-- | paramiko/transport.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/paramiko/transport.py b/paramiko/transport.py index 951e36a4..127635e9 100644 --- a/paramiko/transport.py +++ b/paramiko/transport.py @@ -1094,8 +1094,8 @@ class Transport (threading.Thread): def get_banner(self): """ - Return the banner supplied by the server upon connect. If no banner is supplied, - this method returns C{None}. + Return the banner supplied by the server upon connect. If no banner is + supplied, this method returns C{None}. @return: server supplied banner, or C{None}. @rtype: string |