Skip to content

Commit 551ae56

Browse files
committed
fix: Prioritize arXiv over Zenodo in reference validation logic and documentation.
1 parent 896c005 commit 551ae56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validate_bibtex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1542,8 +1542,8 @@ def validate_entry(
15421542
# Priority order for DEFAULT values
15431543
priority_order = [
15441544
"crossref",
1545-
"zenodo",
15461545
"arxiv",
1546+
"zenodo",
15471547
"dblp",
15481548
"datacite",
15491549
"pubmed",

0 commit comments

Comments
 (0)