diff options
| author | Brian Wellington <bwelling@xbill.org> | 2020-06-30 09:55:20 -0700 |
|---|---|---|
| committer | Brian Wellington <bwelling@xbill.org> | 2020-06-30 09:55:20 -0700 |
| commit | 29435796ea09cae99dbf140180011dd6eda08c28 (patch) | |
| tree | ffb9e4047bc9d1536ba7977f7fcc8debf9469c82 | |
| parent | cb559f1e1e255a64201a5f86646cc5a894872313 (diff) | |
| download | dnspython-29435796ea09cae99dbf140180011dd6eda08c28.tar.gz | |
Fix documentation.
| -rw-r--r-- | dns/tsig.py | 2 |
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 """ |
