sort functions
This commit is contained in:
parent
b8eda046dd
commit
21d968fbac
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ def get_functions(elem):
|
||||||
if grandchild.text.strip() != ""
|
if grandchild.text.strip() != ""
|
||||||
)
|
)
|
||||||
out.append((current_heading, sorted(current_body)))
|
out.append((current_heading, sorted(current_body)))
|
||||||
return out
|
return sorted(out)
|
||||||
|
|
||||||
|
|
||||||
def parse_speech(page):
|
def parse_speech(page):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue