Skip to content

Commit

Permalink
fix:typo docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
rmfranken committed Dec 16, 2024
1 parent 513a546 commit d650e6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gimie/parsers/cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ def get_cff_doi(data: bytes) -> Optional[str]:
"identifiers:
- type: doi
value: 10.5281/zenodo.1234", encoding="utf8"))
'https://doi.org/10.5281/zenodo.1234'", encoding="utf8"))
'https://doi.org/10.5281/zenodo.1234'
>>> get_cff_doi(bytes("abc: def", encoding="utf8"))
Expand Down

0 comments on commit d650e6a

Please sign in to comment.