Skip to content

Commit

Permalink
Fixed tabbing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wmturner committed Nov 23, 2015
1 parent 0ba51e0 commit 8585f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypureomapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,7 @@ def del_host(self, mac):
if response.opcode != OMAPI_OP_STATUS:
raise OmapiError("delete failed")

def lookup_ip_host(self, mac):
def lookup_ip_host(self, mac):
"""Lookup a host object with with given mac address.
@type mac: str
Expand Down

0 comments on commit 8585f40

Please sign in to comment.