From f1dd3da2ac55d240b09345e8905c442e8e50a715 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Tue, 16 Jun 2020 11:20:21 -0700 Subject: [PATCH] Fix typo. --- dns/message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/message.py b/dns/message.py index 0b1b26b3..6de93736 100644 --- a/dns/message.py +++ b/dns/message.py @@ -787,7 +787,7 @@ def from_wire(wire, keyring=None, request_mac=b'', xfr=False, origin=None, of a zone transfer, *origin* should be the origin name of the zone. - *tsig_ctx*, a ``hmac.HMAC`` objext, the ongoing TSIG context, used + *tsig_ctx*, a ``hmac.HMAC`` object, the ongoing TSIG context, used when validating zone transfers. *multi*, a ``bool``, should be set to ``True`` if this message -- 2.47.3