summaryrefslogtreecommitdiff
path: root/dns/message.py
diff options
context:
space:
mode:
authorSebastian Wagner <sebix@sebix.at>2022-01-29 22:43:20 +0100
committerBob Halley <halley@play-bow.org>2022-01-29 15:17:27 -0800
commitbd11c3215240708c0a725cfee8f4b822c0f1cc23 (patch)
tree43e8cdcafde61427c13e016ef6d3027004510068 /dns/message.py
parentd49518fa2b8a15ce424b1a6694a1d7d3bebcc4e0 (diff)
downloaddnspython-bd11c3215240708c0a725cfee8f4b822c0f1cc23.tar.gz
fix various typing issues (typos)
I stumbled over a few typos and then decided to fix 'em all (cherry picked from commit a593b38d892f6b5b2180086157d73bff181f1475)
Diffstat (limited to 'dns/message.py')
-rw-r--r--dns/message.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/message.py b/dns/message.py
index 1e67a17..c2751a9 100644
--- a/dns/message.py
+++ b/dns/message.py
@@ -509,7 +509,7 @@ class Message:
expected to return a key.
*keyname*, a ``dns.name.Name``, ``str`` or ``None``, the name of
- thes TSIG key to use; defaults to ``None``. If *keyring* is a
+ this TSIG key to use; defaults to ``None``. If *keyring* is a
``dict``, the key must be defined in it. If *keyring* is a
``dns.tsig.Key``, this is ignored.