diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-01-08 14:17:08 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-01-08 14:17:08 +0900 |
commit | 1c0a5ee55d45b1332e04011e0d5cc3c7c1c44a6c (patch) | |
tree | 5a3c16262c051372933c1a1612cbc1ff8dd77ac3 /sphinx/websupport/storage/differ.py | |
parent | 9a6ad38e2d23a7285d15d967e9d1eb5dcd2e2cfb (diff) | |
parent | 06ebc3f8645c5b40fa507e340f582ed7384024c7 (diff) | |
download | sphinx-git-1c0a5ee55d45b1332e04011e0d5cc3c7c1c44a6c.tar.gz |
Merge branch 'master' into refactor_AutoDirective
Diffstat (limited to 'sphinx/websupport/storage/differ.py')
-rw-r--r-- | sphinx/websupport/storage/differ.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/websupport/storage/differ.py b/sphinx/websupport/storage/differ.py index 449d038da..1358d8645 100644 --- a/sphinx/websupport/storage/differ.py +++ b/sphinx/websupport/storage/differ.py @@ -5,7 +5,7 @@ A differ for creating an HTML representations of proposal diffs - :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ |