]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix python documentation warning on functions.rst inplace_cb_reply.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 19 Oct 2020 08:41:03 +0000 (10:41 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 19 Oct 2020 08:41:03 +0000 (10:41 +0200)
doc/Changelog
pythonmod/doc/modules/functions.rst

index 24d544c7a7438b88409427af5e1492965e1f8896..978febe61b0ac25841eb7f6ca59bf588457edade 100644 (file)
@@ -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
index 6ded3bf7a73a649870db457629591678413769ec..333f696b814fdb11119434c504472ae7e8551760 100644 (file)
@@ -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)