diff options
author | Georg Brandl <georg@python.org> | 2010-01-01 14:10:48 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-01-01 14:10:48 +0100 |
commit | 47ccbccc62e47d3fe699a8777ef4a6646b6e6e78 (patch) | |
tree | e153175b38cabd835ec31b6fb49e5d2da5b9bad3 /tests/test_autosummary.py | |
parent | bf9c12a3e8a0e604fd8878bf21b291dd97187502 (diff) | |
parent | f6a56192d150091e10bc8726d68e0632f395ee54 (diff) | |
download | sphinx-git-47ccbccc62e47d3fe699a8777ef4a6646b6e6e78.tar.gz |
merge with 0.6
Diffstat (limited to 'tests/test_autosummary.py')
-rw-r--r-- | tests/test_autosummary.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_autosummary.py b/tests/test_autosummary.py index 276b93557..7e3093676 100644 --- a/tests/test_autosummary.py +++ b/tests/test_autosummary.py @@ -5,7 +5,7 @@ Test the autosummary extension. - :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ |