Skip to content

Commit

Permalink
💡 Fix Wrong Default for common_strings in Documentation (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiWeiss committed Sep 30, 2022
1 parent 2ba4323 commit 0cdfed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bibtexparser/bparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class BibTexParser(object):
:param interpolate_strings: bool (default True)
If True, replace bibtex string by their value, else uses
BibDataString objects.
:param common_strings: bool (default False)
:param common_strings: bool (default True)
Include common string definitions (e.g. month abbreviations) to
the bibtex file.
:param add_missing_from_crossref: bool (default False)
Expand Down

0 comments on commit 0cdfed2

Please sign in to comment.