From ebc4a68483642a348faa1b543a05e3361006026c Mon Sep 17 00:00:00 2001 From: George Melikov Date: Fri, 10 Sep 2021 19:06:39 +0300 Subject: [PATCH] DNSQuestion docs: Remove duplicate `qname` --- pdns/recursordist/docs/lua-scripting/dq.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pdns/recursordist/docs/lua-scripting/dq.rst b/pdns/recursordist/docs/lua-scripting/dq.rst index 9c2a3eddf8..f1becb4e45 100644 --- a/pdns/recursordist/docs/lua-scripting/dq.rst +++ b/pdns/recursordist/docs/lua-scripting/dq.rst @@ -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``. -- 2.47.2