summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-10-11 18:23:55 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-10-11 18:23:55 -0700
commitfe9dd1b326464d162141e042d939ba56cfde18d1 (patch)
tree6752ef97c0699982493b2864cce7b12d9b8c2ec2 /sites
parent838748dcb61af0a469230690aa369dd1ae8895ab (diff)
More string format updates
Diffstat (limited to 'sites')
-rw-r--r--sites/shared_conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/shared_conf.py b/sites/shared_conf.py
index adc89aa1..cf0d77ff 100644
--- a/sites/shared_conf.py
+++ b/sites/shared_conf.py
@@ -32,7 +32,7 @@ intersphinx_mapping = {
# Regular settings
project = 'Paramiko'
year = datetime.now().year
-copyright = '%d Jeff Forcier' % year
+copyright = '{} Jeff Forcier'.format(year)
master_doc = 'index'
templates_path = ['_templates']
exclude_trees = ['_build']