diff options
author | Fred Drake <fdrake@acm.org> | 1999-01-05 20:53:43 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-01-05 20:53:43 (GMT) |
commit | 26f0f656534ef7eb6ec970b5fa02bf811e752748 (patch) | |
tree | 448d8fb67f393481df13fc2c1b916a6c5724d3bf /Doc/tools/buildindex.py | |
parent | 4494101858cdcc489281c1e22c3172b99ae2cb20 (diff) | |
download | cpython-26f0f656534ef7eb6ec970b5fa02bf811e752748.zip cpython-26f0f656534ef7eb6ec970b5fa02bf811e752748.tar.gz cpython-26f0f656534ef7eb6ec970b5fa02bf811e752748.tar.bz2 |
Remove obsolete comment.
Diffstat (limited to 'Doc/tools/buildindex.py')
-rwxr-xr-x | Doc/tools/buildindex.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/tools/buildindex.py b/Doc/tools/buildindex.py index 1d50825..6b1682f 100755 --- a/Doc/tools/buildindex.py +++ b/Doc/tools/buildindex.py @@ -16,7 +16,6 @@ class Node: self.seqno = seqno # remove <#\d+#> left in by moving the data out of LaTeX2HTML str = self.__rmjunk.sub('', str) - # now remove <tt>...</tt> markup; contents remain. # build up the text self.text = split_entry_text(str) self.key = split_entry_key(str) |