fix doco typo
authorBob Halley <halley@nominum.com>
Tue, 3 May 2011 10:22:04 +0000 (11:22 +0100)
committerBob Halley <halley@nominum.com>
Tue, 3 May 2011 10:22:04 +0000 (11:22 +0100)
dns/renderer.py

index bb0218ac301d81ec0b993fff56d2c9a3e2b44812..472e27a360bf4816137d9b8d644d98500f521bd5 100644 (file)
@@ -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)