From 29435796ea09cae99dbf140180011dd6eda08c28 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Tue, 30 Jun 2020 09:55:20 -0700 Subject: [PATCH] Fix documentation. --- dns/tsig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/tsig.py b/dns/tsig.py index e4a2520b..12cbae68 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 """ -- 2.47.3