Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4fc476 commit 25d4e28Copy full SHA for 25d4e28
1 file changed
Doc/tools/toc2bkm.py
@@ -16,6 +16,8 @@
16
# Ench item in an entry is a tuple of:
17
#
18
# Section #, Title String, Page #, List of Sub-entries
19
+#
20
+# The return value of parse_toc() is such a tuple.
21
22
cline_re = r"""^
23
\\contentsline\ \{([a-z]*)} # type of section in $1
0 commit comments