]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
DNSQuestion docs: Remove duplicate `qname` 10714/head
authorGeorge Melikov <mail@gmelikov.ru>
Fri, 10 Sep 2021 16:06:39 +0000 (19:06 +0300)
committerGitHub <noreply@github.com>
Fri, 10 Sep 2021 16:06:39 +0000 (19:06 +0300)
pdns/recursordist/docs/lua-scripting/dq.rst

index 9c2a3eddf80016ddba1842964a15cf9cadb30262..f1becb4e45b38c10dc6e4804853f0e690287a86f 100644 (file)
@@ -33,10 +33,6 @@ The DNSQuestion object contains at least the following fields:
 
       :class:`DNSName` of the name this query is for.
 
-  .. attribute:: DNSQuestion.qname
-
-      :class:`DNSName` of the name this query is for.
-
   .. attribute:: DNSQuestion.qtype
 
       Type this query is for as an integer, can be compared against ``pdns.A``, ``pdns.AAAA``.