From ccdfc90aeaca8d581f2248f32da672eef1f18fda Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 3 May 2011 11:22:04 +0100 Subject: [PATCH] fix doco typo --- dns/renderer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dns/renderer.py b/dns/renderer.py index bb0218ac..472e27a3 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) -- 2.47.3