Formatting
This commit is contained in:
parent
985c3069fb
commit
3e87f4aa27
|
@ -1094,8 +1094,8 @@ class Transport (threading.Thread):
|
||||||
|
|
||||||
def get_banner(self):
|
def get_banner(self):
|
||||||
"""
|
"""
|
||||||
Return the banner supplied by the server upon connect. If no banner is supplied,
|
Return the banner supplied by the server upon connect. If no banner is
|
||||||
this method returns C{None}.
|
supplied, this method returns C{None}.
|
||||||
|
|
||||||
@return: server supplied banner, or C{None}.
|
@return: server supplied banner, or C{None}.
|
||||||
@rtype: string
|
@rtype: string
|
||||||
|
|
Loading…
Reference in New Issue