diff options
author | Georg Brandl <georg@python.org> | 2011-01-04 11:29:09 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-01-04 11:29:09 +0100 |
commit | 17efae56228b8f222cc4fcd888a4468c0b97d000 (patch) | |
tree | 7c6e2469c3a80d9712519426a6263a2083088138 /sphinx/websupport/storage/differ.py | |
parent | 51852c0e8732085bc3f933667a3394320c1e98f2 (diff) | |
parent | 0e1db6ad90a272ff7e5cf86039df905ae91ac4df (diff) | |
download | sphinx-git-17efae56228b8f222cc4fcd888a4468c0b97d000.tar.gz |
merge with 1.0
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 10b76b345..cd57bae81 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-2010 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ |