aboutsummaryrefslogtreecommitdiff
path: root/pythonmod/examples/edns.py
diff options
context:
space:
mode:
Diffstat (limited to 'pythonmod/examples/edns.py')
-rw-r--r--pythonmod/examples/edns.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pythonmod/examples/edns.py b/pythonmod/examples/edns.py
index 37ce9e27923d..ca1bb8da710d 100644
--- a/pythonmod/examples/edns.py
+++ b/pythonmod/examples/edns.py
@@ -78,7 +78,7 @@ def init_standard(id, env):
extra functionality during init.
..note:: This function is preferred by unbound over the old init function.
..note:: The previously accessible configuration options can now be found in
- env.cgf.
+ env.cfg.
"""
log_info("python: inited script {}".format(env.cfg.python_script))