diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-13 18:45:23 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-13 18:45:23 -0500 |
commit | b8eeb82bcc7350aade99844e8730e69120e9bed0 (patch) | |
tree | 915aefc8377d020ee0a7b243e9c01296b74fbd37 /doc/conf.py | |
parent | 7001b8cd818e09d56af02de15612cee8747dd500 (diff) | |
download | python-coveragepy-git-b8eeb82bcc7350aade99844e8730e69120e9bed0.tar.gz |
docs: dumb Sphinx theme adds a period to the copyright notice
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 391dee44..72b28cd2 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -58,7 +58,7 @@ master_doc = 'index' # General information about the project. project = 'Coverage.py' -copyright = '2009\N{EN DASH}2021, Ned Batchelder.' # CHANGEME # pylint: disable=redefined-builtin +copyright = '2009\N{EN DASH}2021, Ned Batchelder' # CHANGEME # pylint: disable=redefined-builtin # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the |