Skip to content

Commit 2ba40b4

Browse files
bugfix: sytax error
1 parent 078528c commit 2ba40b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bibliography.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def format_author(name: str) -> str:
308308
citation.add_run(f'{info_dict["Journal"]}, ').italic = True
309309

310310
#Year
311-
citation.add_run(f'{info_dict["Year"]}') = True
311+
citation.add_run(f'{info_dict["Year"]}')
312312
citation.add_run(f', ')
313313

314314
#Volume

0 commit comments

Comments
 (0)