Skip to content
Snippets Groups Projects
Commit 128dfd87 authored by Andreas Kraft's avatar Andreas Kraft
Browse files

Corrected clause 0.md duplication

parent 6dcbedae
No related branches found
No related tags found
No related merge requests found
...@@ -170,7 +170,7 @@ class Document: ...@@ -170,7 +170,7 @@ class Document:
ignoreUntilFirstHeader: Ignore all clauses until the first heading. ignoreUntilFirstHeader: Ignore all clauses until the first heading.
""" """
result:list[Clause] = [Clause(0, '', '', [])] result:list[Clause] = []
ignoreTitles = [ t.casefold() for t in ignoreTitles ] # convert to lower case ignoreTitles = [ t.casefold() for t in ignoreTitles ] # convert to lower case
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment