aboutsummaryrefslogtreecommitdiff
path: root/pythonmod/doc/modules/functions.rst
diff options
context:
space:
mode:
Diffstat (limited to 'pythonmod/doc/modules/functions.rst')
-rw-r--r--pythonmod/doc/modules/functions.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/pythonmod/doc/modules/functions.rst b/pythonmod/doc/modules/functions.rst
index 333f696b814f..951a17f948c7 100644
--- a/pythonmod/doc/modules/functions.rst
+++ b/pythonmod/doc/modules/functions.rst
@@ -92,7 +92,7 @@ Inplace callbacks
.. function:: inplace_cb_reply(qinfo, qstate, rep, rcode, edns, opt_list_out, region, \*\*kwargs)
Function prototype for callback functions used in
- `register_inplace_cb_reply`_, `register_inplace_cb_reply_cache`_,
+ `register_inplace_cb_reply`, `register_inplace_cb_reply_cache`,
`register_inplace_cb_reply_local` and `register_inplace_cb_reply_servfail`.
:param qinfo: :class:`query_info`
@@ -109,7 +109,7 @@ Inplace callbacks
.. function:: inplace_cb_query(qinfo, flags, qstate, addr, zone, region)
Function prototype for callback functions used in
- `register_inplace_cb_query`_.
+ `register_inplace_cb_query`.
:param qinfo: :class:`query_info`
:param flags: query flags (integer)
@@ -122,7 +122,7 @@ Inplace callbacks
Register py_cb as an inplace reply callback function.
- :param py_cb: Python function that follows `inplace_cb_reply`_'s prototype. **Must** be callable.
+ :param py_cb: Python function that follows `inplace_cb_reply`'s prototype. **Must** be callable.
:param env: :class:`module_env`
:param id: Module ID.
:return: True on success, False otherwise
@@ -132,7 +132,7 @@ Inplace callbacks
Register py_cb as an inplace reply_cache callback function.
- :param py_cb: Python function that follows `inplace_cb_reply`_'s prototype. **Must** be callable.
+ :param py_cb: Python function that follows `inplace_cb_reply`'s prototype. **Must** be callable.
:param env: :class:`module_env`
:param id: Module ID.
:return: True on success, False otherwise
@@ -142,7 +142,7 @@ Inplace callbacks
Register py_cb as an inplace reply_local callback function.
- :param py_cb: Python function that follows `inplace_cb_reply`_'s prototype. **Must** be callable.
+ :param py_cb: Python function that follows `inplace_cb_reply`'s prototype. **Must** be callable.
:param env: :class:`module_env`
:param id: Module ID.
:return: True on success, False otherwise
@@ -152,7 +152,7 @@ Inplace callbacks
Register py_cb as an inplace reply_servfail callback function.
- :param py_cb: Python function that follows `inplace_cb_reply`_'s prototype. **Must** be callable.
+ :param py_cb: Python function that follows `inplace_cb_reply`'s prototype. **Must** be callable.
:param env: :class:`module_env`
:param id: Module ID.
:return: True on success, False otherwise
@@ -162,7 +162,7 @@ Inplace callbacks
Register py_cb as an inplace query callback function.
- :param py_cb: Python function that follows `inplace_cb_query`_'s prototype. **Must** be callable.
+ :param py_cb: Python function that follows `inplace_cb_query`'s prototype. **Must** be callable.
:param env: :class:`module_env`
:param id: Module ID.
:return: True on success, False otherwise