Formatting
This commit is contained in:
parent
985c3069fb
commit
3e87f4aa27
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue