summaryrefslogtreecommitdiff
path: root/sphinx/ext/coverage.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2022-01-01 20:02:10 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2022-01-01 20:02:10 +0900
commitf38bd8e9529d50e5cceffe3ca55be4b758529ff7 (patch)
tree7c031d01e1d8d9515f3286acfc237dfb96d4d3f4 /sphinx/ext/coverage.py
parentb22134dcd35c9cffd5c8fe5a3f5224fcb3d3741f (diff)
parent8b7c81bc944351b98ac3d5a71d37009a5276ab4b (diff)
downloadsphinx-git-f38bd8e9529d50e5cceffe3ca55be4b758529ff7.tar.gz
Merge branch '4.3.x' into 4.x
Diffstat (limited to 'sphinx/ext/coverage.py')
-rw-r--r--sphinx/ext/coverage.py2
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.
"""