We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905a37f commit 998cab9Copy full SHA for 998cab9
1 file changed
src/diffpy/pdfgui/gui/aboutdialog.py
@@ -42,7 +42,7 @@
42
computer programs for studying nanostructure in crystals,
43
J. Phys.: Condens. Matter 19, 335219 (2007)."""
44
45
-_copyright = "(c) 2005-{year},".format(year=__date__[:4])
+_copyright = f"(c) 2005-{__date__[-4:]},"
46
47
_homepage = "https://www.diffpy.org"
48
0 commit comments