From 3e87f4aa27844f2791210a51a3ff64f95550176a Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Tue, 11 Feb 2014 15:02:46 -0800 Subject: [PATCH] Formatting --- paramiko/transport.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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