diff --git a/paramiko/transport.py b/paramiko/transport.py index 951e36a..127635e 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