aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/pythonmod/doc/examples/example4.rst
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2015-12-30 13:21:50 +0200
committerRiccardo Spagni <ric@spagni.net>2015-12-30 13:21:50 +0200
commit91001aa4460a59a42dc14a32c8e90717fd29dbd2 (patch)
tree68da43b847d517870a2f5c92a6ef13167730945c /external/unbound/pythonmod/doc/examples/example4.rst
parent7223eebbe71833e895fca95267cb243834dedf83 (diff)
parent3edbf57b62feeaba1f31683f24b9d76d75e03902 (diff)
downloadmonzero-core-91001aa4460a59a42dc14a32c8e90717fd29dbd2.tar.gz
monzero-core-91001aa4460a59a42dc14a32c8e90717fd29dbd2.tar.xz
monzero-core-91001aa4460a59a42dc14a32c8e90717fd29dbd2.zip
Merge pull request #578
3edbf57 fix missing unbound tests (Riccardo Spagni) 2d43ae8 update unbound, fix unbound openssl issue on OS X (Riccardo Spagni)
Diffstat (limited to 'external/unbound/pythonmod/doc/examples/example4.rst')
-rw-r--r--external/unbound/pythonmod/doc/examples/example4.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/unbound/pythonmod/doc/examples/example4.rst b/external/unbound/pythonmod/doc/examples/example4.rst
index 6cc484797..b665351e8 100644
--- a/external/unbound/pythonmod/doc/examples/example4.rst
+++ b/external/unbound/pythonmod/doc/examples/example4.rst
@@ -24,7 +24,7 @@ DNS query and word lookup
Let's define the following format od DNS queries: ``word1[.]word2[.] ... wordN[.]{en,cs}[._dict_.cz.]``.
Word lookup is done by simple ``dict`` lookup from broken DNS request.
-Query name is divided into a list of labels. This list is accesible as qname_list attribute.
+Query name is divided into a list of labels. This list is accessible as qname_list attribute.
::
aword = ' '.join(qstate.qinfo.qname_list[0:-4]) #skip last four labels