summaryrefslogtreecommitdiff
path: root/netaddr/ip/glob.py
diff options
context:
space:
mode:
Diffstat (limited to 'netaddr/ip/glob.py')
-rw-r--r--netaddr/ip/glob.py2
1 files changed, 1 insertions, 1 deletions
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``