]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Fix documentation.
authorBrian Wellington <bwelling@xbill.org>
Tue, 30 Jun 2020 16:55:20 +0000 (09:55 -0700)
committerBrian Wellington <bwelling@xbill.org>
Tue, 30 Jun 2020 16:55:20 +0000 (09:55 -0700)
dns/tsig.py

index e4a2520b7e4a2d1fd99cf93d0dcbd302e3ce4052..12cbae68f260068faa89f7722dba489172356d51 100644 (file)
@@ -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
     """