diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-01-01 13:57:19 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-01-01 13:57:19 +0900 |
commit | 4b452338f914d4f6b54704222d70ae8a746e3db5 (patch) | |
tree | b8898b22f61e3416dc758575c9061fef54e0bceb /tests/test_pycode_parser.py | |
parent | 1544097af546a4e5a674cce31646eb8e289dab9a (diff) | |
parent | 7ecf6b88aa5ddaed552527d2ef60f1bd35e98ddc (diff) | |
download | sphinx-git-4b452338f914d4f6b54704222d70ae8a746e3db5.tar.gz |
Merge branch '3.x'
Diffstat (limited to 'tests/test_pycode_parser.py')
-rw-r--r-- | tests/test_pycode_parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_pycode_parser.py b/tests/test_pycode_parser.py index 7b6ce37d9..e9099178d 100644 --- a/tests/test_pycode_parser.py +++ b/tests/test_pycode_parser.py @@ -4,7 +4,7 @@ Test pycode.parser. - :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ |