summaryrefslogtreecommitdiff
path: root/doc
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 /doc
parent094f656367d56431556d2794f6bf34394f0a8776 (diff)
downloaddnspython-f9cb271ba05007d693d3ed86b71a680599b5a46e.tar.gz
Fix documentation typos.
Diffstat (limited to 'doc')
-rw-r--r--doc/name-class.rst2
-rw-r--r--doc/name.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/name-class.rst b/doc/name-class.rst
index 35276ed..1a14081 100644
--- a/doc/name-class.rst
+++ b/doc/name-class.rst
@@ -9,7 +9,7 @@ The dns.name.Name Class and Predefined Names
.. attribute:: labels
A tuple of ``bytes`` in DNS wire format specifying the DNS
- labels in the name, in order from least-signficiant label
+ labels in the name, in order from least-significant label
(i.e. farthest from the origin) to most-significant label.
.. data:: dns.name.root
diff --git a/doc/name.rst b/doc/name.rst
index 0cda588..d97c041 100644
--- a/doc/name.rst
+++ b/doc/name.rst
@@ -5,7 +5,7 @@ DNS Names
=========
Objects of the dns.name.Name class represent an immutable domain name.
-The representation is a tuple of labels, with each lable being a ``bytes``
+The representation is a tuple of labels, with each label being a ``bytes``
object in the DNS wire format. Typically names are not created by
supplying the labels tuple directly, but rather by converting from DNS
text format or the DNS wire format.