summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-12-04 16:32:04 +0000
committerFred Drake <fdrake@acm.org>2001-12-04 16:32:04 +0000
commitb48b6d073794481765159af6e2f4ebce84a42265 (patch)
treebcd70f1251abdd824e1634e7dd9905f434662d8c /Doc
parent6b70599450777a8b911f0eff44b18cd22f1c1e1e (diff)
downloadcpython-git-b48b6d073794481765159af6e2f4ebce84a42265.tar.gz
Remove meaningless comment.
Diffstat (limited to 'Doc')
-rwxr-xr-xDoc/tools/mkhowto3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/tools/mkhowto b/Doc/tools/mkhowto
index 5e531053c8..af46fffbbc 100755
--- a/Doc/tools/mkhowto
+++ b/Doc/tools/mkhowto
@@ -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):