mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Remove obsolete comment.
This commit is contained in:
parent
4494101858
commit
26f0f65653
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue