From 630446750bdd534c4d14ff5d2a444290e8cc3930 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sun, 1 Jan 2017 05:57:52 -0800 Subject: [PATCH] fix typos, index --- doc/name.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/name.rst b/doc/name.rst index b350d133..92dd32ce 100644 --- a/doc/name.rst +++ b/doc/name.rst @@ -1,7 +1,10 @@ +.. module:: dns.name +.. _name: + DNS Names ========= -Objects of the dns.name.Name class represent an immutable aomain name. +Objects of the dns.name.Name class represent an immutable domain name. The representation is a tuple of labels, with each lable being a ``binary`` object in the DNS wire format. Typically names are not created by supplying the labels tuple directly, but rather by converting from DNS -- 2.47.3