diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-01-15 19:46:45 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-01-15 19:46:45 +0900 |
commit | 6611140c76a1e3a72874006068e9ce7633193553 (patch) | |
tree | 66123bebf7cc724d3ab1e12651e5b05d60b9d89d /sphinx/directives/code.py | |
parent | 54b1991e74c036126a49437d4d19cb2c7572bca9 (diff) | |
parent | 0938c193ea6f56dbb930bfb323602bc4e2b7b9c6 (diff) | |
download | sphinx-git-6611140c76a1e3a72874006068e9ce7633193553.tar.gz |
Merge branch '4.x' into HEAD
Diffstat (limited to 'sphinx/directives/code.py')
-rw-r--r-- | sphinx/directives/code.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/directives/code.py b/sphinx/directives/code.py index 2d3c87be9..046916bde 100644 --- a/sphinx/directives/code.py +++ b/sphinx/directives/code.py @@ -2,7 +2,7 @@ sphinx.directives.code ~~~~~~~~~~~~~~~~~~~~~~ - :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. """ |