summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index c2d1a6d1b..a727c75e3 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -55,7 +55,7 @@ master_doc = "index"
# General information about the project.
project = "Pylint"
current_year = datetime.utcnow().year
-copyright = "2003-{year}, Logilab, PyCQA and contributors".format(year=current_year)
+copyright = f"2003-{current_year}, Logilab, PyCQA and contributors"
# The full version, including alpha/beta/rc tags.
release = version