summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Nordhausen <snordhausen@users.noreply.github.com>2019-12-27 14:07:56 +0100
committerGitHub <noreply@github.com>2019-12-27 14:07:56 +0100
commit214cc2ee29dc6f22865d4eebf2597aa34bbf3795 (patch)
tree8e0e707443b7b8f1366e7b829d69d1ea4645b4f8
parentebf714601e8cd6234575422f876d4d579b202b1a (diff)
parent07be0c32c9b76f029697130158d57aa0526598e6 (diff)
downloadnetaddr-rel-0.7.x.tar.gz
Merge pull request #181 from obkmeta/patch-1rel-0.7.x
Minor correction to doc for IPGlob(IPRange)
-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``