summaryrefslogtreecommitdiff
path: root/libunbound/python/doc/examples/example7.rst
diff options
context:
space:
mode:
Diffstat (limited to 'libunbound/python/doc/examples/example7.rst')
-rw-r--r--libunbound/python/doc/examples/example7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/libunbound/python/doc/examples/example7.rst b/libunbound/python/doc/examples/example7.rst
index 2f48c8f0f26f..5fde18e05488 100644
--- a/libunbound/python/doc/examples/example7.rst
+++ b/libunbound/python/doc/examples/example7.rst
@@ -23,7 +23,7 @@ IDN converted attributes
The :class:`unbound.ub_data` class contains attributes suffix which converts
the dname to UTF string. These attributes have the ``_idn`` suffix.
-Apart from this aproach, two conversion functions exist
+Apart from this approach, two conversion functions exist
(:func:`unbound.idn2dname` and :func:`unbound.dname2idn`).
Source code