diff --git a/crawler.py b/crawler.py index 54e2861..8d328d2 100644 --- a/crawler.py +++ b/crawler.py @@ -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):