]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
fix typo
authorBob Halley <halley@dnspython.org>
Thu, 30 May 2013 09:27:40 +0000 (10:27 +0100)
committerBob Halley <halley@dnspython.org>
Thu, 30 May 2013 09:27:40 +0000 (10:27 +0100)
dns/renderer.py

index ad3f83d450e3cff550c47d3a18a19f84377963a2..1708e92a773df47301f3f17842f90db6215bbe3e 100644 (file)
@@ -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.
         """