From b1e0f2d5fabd307c2b089541b2acd63ed553833c Mon Sep 17 00:00:00 2001 From: PieterL75 <74899468+PieterL75@users.noreply.github.com> Date: Fri, 18 Mar 2022 15:48:10 +0100 Subject: [PATCH] Beautify comments Co-authored-by: Jeremy Stretch --- netbox/users/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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