Skip to content

Commit 3e314bb

Browse files
committed
Fix flake8 warning in sphinx conf
1 parent 18bb9b2 commit 3e314bb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
source_suffix = '.rst'
1313
master_doc = 'index'
1414
project = 'iptools'
15-
copyright = '2008-%s, Bryan Davis and iptools contributors. All Rights Reserved' % date.today().year
15+
copyright = (
16+
'2008-%s, Bryan Davis and iptools contributors. '
17+
'All Rights Reserved'
18+
) % date.today().year
1619
version = iptools.__version__
1720
release = version
1821
exclude_patterns = ['_build']

0 commit comments

Comments
 (0)