summaryrefslogtreecommitdiff
path: root/sphinx/ext/autodoc.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-01 14:10:48 +0100
committerGeorg Brandl <georg@python.org>2010-01-01 14:10:48 +0100
commit47ccbccc62e47d3fe699a8777ef4a6646b6e6e78 (patch)
treee153175b38cabd835ec31b6fb49e5d2da5b9bad3 /sphinx/ext/autodoc.py
parentbf9c12a3e8a0e604fd8878bf21b291dd97187502 (diff)
parentf6a56192d150091e10bc8726d68e0632f395ee54 (diff)
downloadsphinx-git-47ccbccc62e47d3fe699a8777ef4a6646b6e6e78.tar.gz
merge with 0.6
Diffstat (limited to 'sphinx/ext/autodoc.py')
-rw-r--r--sphinx/ext/autodoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/ext/autodoc.py b/sphinx/ext/autodoc.py
index b5c59ec53..5d71d25cb 100644
--- a/sphinx/ext/autodoc.py
+++ b/sphinx/ext/autodoc.py
@@ -7,7 +7,7 @@
the doctree, thus avoiding duplication between docstrings and documentation
for those who like elaborate docstrings.
- :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.
"""