From: Bob Halley Date: Tue, 3 May 2011 10:22:04 +0000 (+0100) Subject: fix doco typo X-Git-Tag: v1.10.0~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccdfc90aeaca8d581f2248f32da672eef1f18fda;p=thirdparty%2Fdnspython.git fix doco typo --- 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)