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 /sphinx/builders/devhelp.py | |
parent | bf9c12a3e8a0e604fd8878bf21b291dd97187502 (diff) | |
parent | f6a56192d150091e10bc8726d68e0632f395ee54 (diff) | |
download | sphinx-git-47ccbccc62e47d3fe699a8777ef4a6646b6e6e78.tar.gz |
merge with 0.6
Diffstat (limited to 'sphinx/builders/devhelp.py')
-rw-r--r-- | sphinx/builders/devhelp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/builders/devhelp.py b/sphinx/builders/devhelp.py index ba117e622..d7acf764e 100644 --- a/sphinx/builders/devhelp.py +++ b/sphinx/builders/devhelp.py @@ -7,7 +7,7 @@ .. _Devhelp: http://live.gnome.org/devhelp - :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. """ |