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 /tests/test_websupport.py | |
parent | 51852c0e8732085bc3f933667a3394320c1e98f2 (diff) | |
parent | 0e1db6ad90a272ff7e5cf86039df905ae91ac4df (diff) | |
download | sphinx-git-17efae56228b8f222cc4fcd888a4468c0b97d000.tar.gz |
merge with 1.0
Diffstat (limited to 'tests/test_websupport.py')
-rw-r--r-- | tests/test_websupport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_websupport.py b/tests/test_websupport.py index c09334361..9cf64338a 100644 --- a/tests/test_websupport.py +++ b/tests/test_websupport.py @@ -5,7 +5,7 @@ Test the Web Support Package - :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. """ |