~ubuntu-branches/ubuntu/saucy/dnspython/saucy-proposed

« back to all changes in this revision

Viewing changes to dns/renderer.py

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2013-07-17 02:49:46 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20130717024946-g4j9400pq90uhgia
Tags: 1.11.0-1
* New upstream release
* Agreed maintainer switch to DPMT
  - Add Vcs-* fields to debian/control
* Bump minimum debhelper version to 8.1 and compat to 8 for build-arch/indep
  support
* Bump standards version to 3.9.4 without further change

Show diffs side-by-side

added added

removed removed

Lines of Context:
305
305
    def write_header(self):
306
306
        """Write the DNS message header.
307
307
 
308
 
        Writing the DNS message header is done asfter all sections
 
308
        Writing the DNS message header is done after all sections
309
309
        have been rendered, but before the optional TSIG signature
310
310
        is added.
311
311
        """