summaryrefslogtreecommitdiff
path: root/dns/zone.py
diff options
context:
space:
mode:
authorBrian Wellington <bwelling@xbill.org>2020-05-11 09:03:46 -0700
committerBrian Wellington <bwelling@xbill.org>2020-05-11 09:03:46 -0700
commitf9cb271ba05007d693d3ed86b71a680599b5a46e (patch)
tree0ab00ff4d4ad9ba83b59bfc7fea4cebdaea84915 /dns/zone.py
parent094f656367d56431556d2794f6bf34394f0a8776 (diff)
downloaddnspython-f9cb271ba05007d693d3ed86b71a680599b5a46e.tar.gz
Fix documentation typos.
Diffstat (limited to 'dns/zone.py')
-rw-r--r--dns/zone.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/zone.py b/dns/zone.py
index c482763..2a3f34a 100644
--- a/dns/zone.py
+++ b/dns/zone.py
@@ -63,7 +63,7 @@ class Zone(object):
A ``Zone`` is a mapping from names to nodes. The zone object may be
treated like a Python dictionary, e.g. ``zone[name]`` will retrieve
the node associated with that name. The *name* may be a
- ``dns.name.Name object``, or it may be a string. In the either case,
+ ``dns.name.Name object``, or it may be a string. In either case,
if the name is relative it is treated as relative to the origin of
the zone.
"""