summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Wellington <bwelling@xbill.org>2020-06-30 09:55:20 -0700
committerBrian Wellington <bwelling@xbill.org>2020-06-30 09:55:20 -0700
commit29435796ea09cae99dbf140180011dd6eda08c28 (patch)
treeffb9e4047bc9d1536ba7977f7fcc8debf9469c82
parentcb559f1e1e255a64201a5f86646cc5a894872313 (diff)
downloaddnspython-29435796ea09cae99dbf140180011dd6eda08c28.tar.gz
Fix documentation.
-rw-r--r--dns/tsig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/tsig.py b/dns/tsig.py
index e4a2520..12cbae6 100644
--- a/dns/tsig.py
+++ b/dns/tsig.py
@@ -90,7 +90,7 @@ def sign(wire, keyname, rdata, secret, time=None, request_mac=None,
"""Return a (tsig_rdata, mac, ctx) tuple containing the HMAC TSIG rdata
for the input parameters, the HMAC MAC calculated by applying the
TSIG signature algorithm, and the TSIG digest context.
- @rtype: (string, string, hmac.HMAC object)
+ @rtype: (string, hmac.HMAC object)
@raises ValueError: I{other_data} is too long
@raises NotImplementedError: I{algorithm} is not supported
"""