Skip to content

Commit a35f805

Browse files
author
Alec Delaney
committed
Fix copyright string
1 parent ff13e5e commit a35f805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# General information about the project.
4848
project = "Adafruit MAX7219 Library"
4949
current_year = str(datetime.datetime.now().year)
50-
copyright = "2017, Adafruit CiruitPython and Bundle contributors"
50+
copyright = current_year + " Adafruit CiruitPython and Bundle contributors"
5151
author = "Michael McWethy"
5252

5353
# The version info for the project you're documenting, acts as replacement for

0 commit comments

Comments
 (0)