]> granicus.if.org Git - python/commitdiff
Remove meaningless comment.
authorFred Drake <fdrake@acm.org>
Tue, 4 Dec 2001 16:32:04 +0000 (16:32 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 4 Dec 2001 16:32:04 +0000 (16:32 +0000)
Doc/tools/mkhowto

index 5e531053c81a423ab99392101822150639cc014a..af46fffbbcd50f4e4b67fca268b186d83ab504a1 100755 (executable)
@@ -347,9 +347,6 @@ class Job:
             if self.use_bibtex:
                 self.run("%s %s" % (BIBTEX_BINARY, self.doc))
             self.process_synopsis_files()
-            #
-            # let the doctype-specific handler do some intermediate work:
-            #
             self.run("%s %s" % (binary, self.doc))
             self.latex_runs = self.latex_runs + 1
             if os.path.isfile("mod%s.idx" % self.doc):