From: W.C.A. Wijngaards Date: Mon, 19 Oct 2020 08:41:03 +0000 (+0200) Subject: - Fix python documentation warning on functions.rst inplace_cb_reply. X-Git-Tag: release-1.13.0rc1~31^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c8390e390d8f4d966a268e9ac4e81d6982ef4325;p=thirdparty%2Funbound.git - Fix python documentation warning on functions.rst inplace_cb_reply. --- 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)