diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-01-01 20:02:10 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-01-01 20:02:10 +0900 |
commit | f38bd8e9529d50e5cceffe3ca55be4b758529ff7 (patch) | |
tree | 7c031d01e1d8d9515f3286acfc237dfb96d4d3f4 /tests/test_pycode_ast.py | |
parent | b22134dcd35c9cffd5c8fe5a3f5224fcb3d3741f (diff) | |
parent | 8b7c81bc944351b98ac3d5a71d37009a5276ab4b (diff) | |
download | sphinx-git-f38bd8e9529d50e5cceffe3ca55be4b758529ff7.tar.gz |
Merge branch '4.3.x' into 4.x
Diffstat (limited to 'tests/test_pycode_ast.py')
-rw-r--r-- | tests/test_pycode_ast.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_pycode_ast.py b/tests/test_pycode_ast.py index 6ae7050da..0de03d5ea 100644 --- a/tests/test_pycode_ast.py +++ b/tests/test_pycode_ast.py @@ -4,7 +4,7 @@ Test pycode.ast - :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. """ |