Skip to content

Commit 0cdfed2

Browse files
authored
💡 Fix Wrong Default for common_strings in Documentation (#325)
1 parent 2ba4323 commit 0cdfed2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bibtexparser/bparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class BibTexParser(object):
4949
:param interpolate_strings: bool (default True)
5050
If True, replace bibtex string by their value, else uses
5151
BibDataString objects.
52-
:param common_strings: bool (default False)
52+
:param common_strings: bool (default True)
5353
Include common string definitions (e.g. month abbreviations) to
5454
the bibtex file.
5555
:param add_missing_from_crossref: bool (default False)

0 commit comments

Comments
 (0)