From 07be0c32c9b76f029697130158d57aa0526598e6 Mon Sep 17 00:00:00 2001 From: obkmeta <42675368+obkmeta@users.noreply.github.com> Date: Tue, 6 Nov 2018 16:10:16 +0000 Subject: Minor correction to doc for IPGlob(IPRange) --- netaddr/ip/glob.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netaddr/ip/glob.py b/netaddr/ip/glob.py index e94fcbc..e5d33ad 100644 --- a/netaddr/ip/glob.py +++ b/netaddr/ip/glob.py @@ -242,7 +242,7 @@ class IPGlob(IPRange): A few basic rules also apply : - 1. ``x`` must always be greater than ``y``, therefore : + 1. ``x`` must always be less than ``y``, therefore : - ``x`` can only be ``0`` through ``254`` - ``y`` can only be ``1`` through ``255`` -- cgit v1.2.1