diff --git a/core/base/libs/socrate/socrate/system.py b/core/base/libs/socrate/socrate/system.py index a43aba0d..65aa9367 100644 --- a/core/base/libs/socrate/socrate/system.py +++ b/core/base/libs/socrate/socrate/system.py @@ -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)