Petites corrections

This commit is contained in:
julien
2026-08-07 19:06:45 +02:00
parent 80769f283a
commit 7e09d12345
3 changed files with 2 additions and 15 deletions
-1
View File
@@ -71,7 +71,6 @@ SECTION_FIELDS = {
}
LIST_FIELDS = frozenset({"logograms", "lectures", "themes", "genres"})
URL_TERM_FIELDS = frozenset({"themes", "genres"})
CONTENT_SECTIONS = frozenset(SECTION_FIELDS) | {"vocabulaire"}
UPDATED_LINE_RE = re.compile(r"(?m)^(?:#\s*)?updated\s*=.*?(?=\r?$)")