summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@nominum.com>2011-05-03 11:22:04 +0100
committerBob Halley <halley@nominum.com>2011-05-03 11:22:04 +0100
commitccdfc90aeaca8d581f2248f32da672eef1f18fda (patch)
tree496c67e5058ee593d681aa164754718a81946477
parent6c1f556d3cb00af9a74029e09fe76fcd1188fbf9 (diff)
downloaddnspython-ccdfc90aeaca8d581f2248f32da672eef1f18fda.tar.gz
fix doco typo
-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)