Skip to content

Commit f289bcb

Browse files
committed
added regex comments
1 parent b729628 commit f289bcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/prep_cc4_code.py

+1
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ def handle_placeholders(self, content):
168168
elif placeholder_pair == "legalcode":
169169
re_pattern = re.compile(
170170
r"""
171+
# Legalcode
171172
^\s*<div\ id="deed"
172173
.*
173174
^\s*<li\ id="s8d">.*</li>\s*</ol>$

0 commit comments

Comments
 (0)