Skip to content

Commit

Permalink
fix doco typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Halley committed May 3, 2011
1 parent 6c1f556 commit ccdfc90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dns/renderer.py
Expand Up @@ -267,8 +267,9 @@ def add_tsig(self, keyname, secret, fudge, id, tsig_error, other_data,
@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)
Expand Down

0 comments on commit ccdfc90

Please sign in to comment.