]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Fix typo.
authorBrian Wellington <bwelling@xbill.org>
Tue, 16 Jun 2020 22:13:59 +0000 (15:13 -0700)
committerBrian Wellington <bwelling@xbill.org>
Tue, 16 Jun 2020 22:14:20 +0000 (15:14 -0700)
dns/message.py

index 6de93736e4106a7b59900d231611654323b3f5d4..897ea5e7e5ee8fedd49ab4ed9e958e5dbc820a32 100644 (file)
@@ -790,7 +790,7 @@ def from_wire(wire, keyring=None, request_mac=b'', xfr=False, origin=None,
     *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
+    *multi*, a ``bool``, should be set to ``True`` if this message is
     part of a multiple message sequence.
 
     *first*, a ``bool``, should be set to ``True`` if this message is