diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-01-02 16:16:25 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-01-02 16:16:25 +0900 |
commit | 76e9f57c2e4457dec11d258435b7a6c6ec5de005 (patch) | |
tree | 510cc42b0cabb4f5b93651171d3ed149e9582add /sphinx/pycode | |
parent | 58f4c658fa5402a54c371ca8130d5d0ce90232b1 (diff) | |
parent | 267e5b004d9415dd8db242a0ff18b47510391261 (diff) | |
download | sphinx-git-76e9f57c2e4457dec11d258435b7a6c6ec5de005.tar.gz |
Merge branch '1.8'
Diffstat (limited to 'sphinx/pycode')
-rw-r--r-- | sphinx/pycode/__init__.py | 2 | ||||
-rw-r--r-- | sphinx/pycode/parser.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/pycode/__init__.py b/sphinx/pycode/__init__.py index e97dfeb21..890cf89bd 100644 --- a/sphinx/pycode/__init__.py +++ b/sphinx/pycode/__init__.py @@ -4,7 +4,7 @@ Utilities parsing and analyzing Python code. - :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/sphinx/pycode/parser.py b/sphinx/pycode/parser.py index 8aa2815d0..1b1018721 100644 --- a/sphinx/pycode/parser.py +++ b/sphinx/pycode/parser.py @@ -4,7 +4,7 @@ Utilities parsing and analyzing Python code. - :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ import ast |