sort functions

This commit is contained in:
Marco Lents 2025-11-20 10:56:30 +01:00
parent b8eda046dd
commit 21d968fbac

View file

@ -347,7 +347,7 @@ def get_functions(elem):
if grandchild.text.strip() != ""
)
out.append((current_heading, sorted(current_body)))
return out
return sorted(out)
def parse_speech(page):