Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 25d4e28

Browse files
committed
Mostly spurious change to ensure that everyone's version of this picks up the
execute bit.... problem discovered by Guido.
1 parent f4fc476 commit 25d4e28

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Doc/tools/toc2bkm.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
# Ench item in an entry is a tuple of:
1717
#
1818
# Section #, Title String, Page #, List of Sub-entries
19+
#
20+
# The return value of parse_toc() is such a tuple.
1921

2022
cline_re = r"""^
2123
\\contentsline\ \{([a-z]*)} # type of section in $1

0 commit comments

Comments
 (0)