From c8390e390d8f4d966a268e9ac4e81d6982ef4325 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Mon, 19 Oct 2020 10:41:03 +0200 Subject: [PATCH] - Fix python documentation warning on functions.rst inplace_cb_reply. --- doc/Changelog | 1 + pythonmod/doc/modules/functions.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Changelog b/doc/Changelog index 24d544c7a..978febe61 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -6,6 +6,7 @@ - Fix #330: [Feature request] Add unencrypted DNS over HTTPS support. This adds the option http-notls-downstream: yesno to change that, and the dohclient test code has the -n option. + - Fix python documentation warning on functions.rst inplace_cb_reply. 16 October 2020: Wouter - Fix that the out of order TCP processing does not limit the diff --git a/pythonmod/doc/modules/functions.rst b/pythonmod/doc/modules/functions.rst index 6ded3bf7a..333f696b8 100644 --- a/pythonmod/doc/modules/functions.rst +++ b/pythonmod/doc/modules/functions.rst @@ -103,7 +103,7 @@ Inplace callbacks :param opt_list_out: :class:`edns_option`. EDNS option list to append options to. :param region: :class:`regional` :param \*\*kwargs: Dictionary that may contain parameters added in a future - release. Current parameters: + release. Current parameters: ``repinfo``: :class:`comm_reply`. Reply information for a communication point. .. function:: inplace_cb_query(qinfo, flags, qstate, addr, zone, region) -- 2.47.3