diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-01-01 18:45:03 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-01-01 18:45:03 +0900 |
commit | b84771dcd2fe1543acbdf87af3b60b323f41e80b (patch) | |
tree | 24010bd63a4c6e8d96f90003056a1ba58c900a8e /sphinx/ext/coverage.py | |
parent | 565152301fb2b771f52c40926c37ce6b1713d09a (diff) | |
download | sphinx-git-b84771dcd2fe1543acbdf87af3b60b323f41e80b.tar.gz |
A happy new year!
Diffstat (limited to 'sphinx/ext/coverage.py')
-rw-r--r-- | sphinx/ext/coverage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/ext/coverage.py b/sphinx/ext/coverage.py index 75460348e..2a7e08f8b 100644 --- a/sphinx/ext/coverage.py +++ b/sphinx/ext/coverage.py @@ -5,7 +5,7 @@ Check Python modules and C API for coverage. Mostly written by Josip Dzolonga for the Google Highly Open Participation contest. - :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ |