summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
Diffstat (limited to 'dns')
-rw-r--r--dns/renderer.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/renderer.py b/dns/renderer.py
index bb0218a..472e27a 100644
--- a/dns/renderer.py
+++ b/dns/renderer.py
@@ -267,8 +267,9 @@ class Renderer(object):
@type other_data: string
@param request_mac: This message is a response to the request which
had the specified MAC.
- @param algorithm: the TSIG algorithm to use
@type request_mac: string
+ @param algorithm: the TSIG algorithm to use
+ @type algorithm: dns.name.Name object
"""
self._set_section(ADDITIONAL)