From 0cb1d590f2bac16440a01e5be8e16fdb5c09aa02 Mon Sep 17 00:00:00 2001 From: Frank Louwers <24672+franklouwers@users.noreply.github.com> Date: Thu, 11 Apr 2024 17:08:58 +0200 Subject: [PATCH] Update dq.rst Remove `current` from the dq.extendedError* docs. Keeping `current` suggests it's a read-only field --- pdns/recursordist/docs/lua-scripting/dq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/recursordist/docs/lua-scripting/dq.rst b/pdns/recursordist/docs/lua-scripting/dq.rst index 4ce6a49b60..95ab7be5af 100644 --- a/pdns/recursordist/docs/lua-scripting/dq.rst +++ b/pdns/recursordist/docs/lua-scripting/dq.rst @@ -21,13 +21,13 @@ The DNSQuestion object contains at least the following fields: .. versionadded:: 4.5.0 - The current extended error code, if any. See :ref:`setting-extended-resolution-errors`. + The extended error code, if any. See :ref:`setting-extended-resolution-errors`. .. attribute:: DNSQuestion.extendedErrorExtra .. versionadded:: 4.5.0 - The current extended error extra text, as a string, if any. See :ref:`setting-extended-resolution-errors`. + The extended error extra text, as a string, if any. See :ref:`setting-extended-resolution-errors`. .. attribute:: DNSQuestion.qname -- 2.47.2