Merge pull request #9 from vavanade/patch-1

fix docstring
main
Dimitri Huisman 2 years ago committed by Alexander Graf
parent c0066abd01
commit b711f930ef
No known key found for this signature in database
GPG Key ID: B8A9DC143E075629

@ -17,7 +17,7 @@ def resolve_hostname(hostname):
def resolve_address(address):
""" This function is identical to ``resolve_host`` but also supports
""" This function is identical to ``resolve_hostname`` but also supports
resolving an address, i.e. including a port.
"""
hostname, *rest = address.rsplit(":", 1)

Loading…
Cancel
Save