diff --git a/netbox/users/models.py b/netbox/users/models.py index 2b0165c25..86a891266 100644 --- a/netbox/users/models.py +++ b/netbox/users/models.py @@ -239,7 +239,7 @@ class Token(BigIDModel): def validate_client_ip(self, raw_ip_address): """ - Checks that an ip address falls within the allowed ips. + Checks that an IP address falls within the allowed IPs. """ if not self.allowed_ips: return True