diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-05-18 20:12:21 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-05-18 20:12:21 -0400 |
commit | 7fb7e9dac6f4fcb470368336ce99eb16b71e42c0 (patch) | |
tree | e394985ac2130d5ce30b21dcf95e36c051098c11 /doc/conf.py | |
parent | e326d8c9f61443558883fe9fc1b7b46c306b849b (diff) | |
download | python-coveragepy-git-7fb7e9dac6f4fcb470368336ce99eb16b71e42c0.tar.gz |
Give the Tidelift logo a link
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 d8bce599..b402c5c0 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -49,7 +49,7 @@ master_doc = 'index' # General information about the project. project = u'Coverage.py' -copyright = u'2009\N{EN DASH}2019, Ned Batchelder' # CHANGEME +copyright = u'2009\N{EN DASH}2019, Ned Batchelder.' # CHANGEME # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the |