1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00

Merge pull request #9 from vavanade/patch-1

fix docstring
This commit is contained in:
Dimitri Huisman 2022-08-25 15:31:50 +02:00 committed by Alexander Graf
parent c0066abd01
commit b711f930ef
No known key found for this signature in database
GPG Key ID: B8A9DC143E075629

View File

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