diff --git a/pypureomapi.py b/pypureomapi.py index 5039a63..9944db9 100644 --- a/pypureomapi.py +++ b/pypureomapi.py @@ -1144,7 +1144,7 @@ def lookup_host(self, name): except KeyError: raise OmapiErrorAttributeNotFound() - def lookup_host_by_ip(self, ip): + def lookup_host_by_ip(self, ip): """Look for a host object with given ip address and return the name, mac, and ip address