Formatting

This commit is contained in:
Jeff Forcier 2014-02-11 15:02:46 -08:00
parent 985c3069fb
commit 3e87f4aa27
1 changed files with 2 additions and 2 deletions

View File

@ -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