Skip to content

Commit

Permalink
Improved docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioNar committed Dec 24, 2024
1 parent b6967e2 commit 11ecfcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tulit/parsers/akomantoso.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def get_citations(self) -> list:
list
List of dictionaries containing citation data with keys:
- 'eId': Citation identifier, which is retrieved from the 'eId' attribute
- 'citation_text': Citation text
- 'text': Citation text
"""
def extract_eId(citation, index):
return citation.get('eId')
Expand Down
2 changes: 1 addition & 1 deletion tulit/parsers/formex.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def get_citations(self):
list
List of dictionaries containing citation data with keys:
- 'eId': Citation identifier, which is the index of the citation in the preamble
- 'citation_text': Citation text
- 'text': Citation text
"""
def extract_eId(citation, index):
return index
Expand Down

0 comments on commit 11ecfcb

Please sign in to comment.