summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2013-05-30 10:27:58 +0100
committerBob Halley <halley@dnspython.org>2013-05-30 10:27:58 +0100
commit4199483d50601894827eda5d51cf6e3d74b4e686 (patch)
tree2d2ad15eb3b65e05efbcc55388a39e937ba9daba
parentda68a287812b93c81dc789af39fcf28276e4b13c (diff)
downloaddnspython-4199483d50601894827eda5d51cf6e3d74b4e686.tar.gz
fix typo
-rw-r--r--dns/renderer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/renderer.py b/dns/renderer.py
index 86e2c37..cd37117 100644
--- a/dns/renderer.py
+++ b/dns/renderer.py
@@ -305,7 +305,7 @@ class Renderer(object):
def write_header(self):
"""Write the DNS message header.
- Writing the DNS message header is done asfter all sections
+ Writing the DNS message header is done after all sections
have been rendered, but before the optional TSIG signature
is added.
"""