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 a73033f commit c02fbe5Copy full SHA for c02fbe5
2 files changed
Doc/indfix.py
@@ -40,7 +40,8 @@ def dump_entries(write, entries):
40
write(" \subitem %s%s\n" % (subitem, pages))
41
42
43
-breakable_re = re.compile(r" \\item (.*) [(](.*)[)]((?:, \d+)+)")
+breakable_re = re.compile(
44
+ r" \\item (.*) [(](.*)[)]((?:(?:, \d+)|(?:, \\[a-z]*\{\d+\}))+)")
45
46
def main():
47
import getopt
Doc/tools/indfix.py
0 commit comments