From: Brian Wellington Date: Tue, 30 Jun 2020 16:55:20 +0000 (-0700) Subject: Fix documentation. X-Git-Tag: v2.0.0rc2~35^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29435796ea09cae99dbf140180011dd6eda08c28;p=thirdparty%2Fdnspython.git Fix documentation. --- 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 """