diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-05-12 11:55:57 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-05-12 11:55:57 +0000 |
commit | 2bda7bda432fb0f867072224dd97e10435c8ad94 (patch) | |
tree | 7ebfd82c2302bee4f9c05fb516c030153fb371d8 /pythonmod/examples/edns.py | |
parent | a6c5280ea59f940be13fd6eb0f94ab8360d3d6c9 (diff) |
Notes
Diffstat (limited to 'pythonmod/examples/edns.py')
-rw-r--r-- | pythonmod/examples/edns.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pythonmod/examples/edns.py b/pythonmod/examples/edns.py index 3fae1c652af8..37ce9e27923d 100644 --- a/pythonmod/examples/edns.py +++ b/pythonmod/examples/edns.py @@ -77,7 +77,7 @@ def init_standard(id, env): The function's signature is the same as the C counterpart and allows for extra functionality during init. ..note:: This function is preferred by unbound over the old init function. - ..note:: The previously accesible configuration options can now be found in + ..note:: The previously accessible configuration options can now be found in env.cgf. """ log_info("python: inited script {}".format(env.cfg.python_script)) @@ -94,7 +94,7 @@ def init(id, cfg): """Previous version init function. ..note:: This function is still supported for backwards compatibility when the init_standard function is missing. When init_standard is - present this function SHOULD be ommited to avoid confusion to the + present this function SHOULD be omitted to avoid confusion to the reader. """ return True |