diff options
| author | Georg Brandl <georg@python.org> | 2011-01-04 10:00:51 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-01-04 10:00:51 +0100 |
| commit | 901ef024a6309d69bd4e04da2145b97af99cb64e (patch) | |
| tree | c30521ff90a59b6daa6dac72fbfd43b65c7cef2c /sphinx/pycode | |
| parent | fead912b0a78ff95c04311625b7bc891b6aeb8ca (diff) | |
| download | sphinx-901ef024a6309d69bd4e04da2145b97af99cb64e.tar.gz | |
New year update.
Diffstat (limited to 'sphinx/pycode')
| -rw-r--r-- | sphinx/pycode/__init__.py | 2 | ||||
| -rw-r--r-- | sphinx/pycode/nodes.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/pycode/__init__.py b/sphinx/pycode/__init__.py index b8e2fded..2d58ffd2 100644 --- a/sphinx/pycode/__init__.py +++ b/sphinx/pycode/__init__.py @@ -5,7 +5,7 @@ Utilities parsing and analyzing Python code. - :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. """ diff --git a/sphinx/pycode/nodes.py b/sphinx/pycode/nodes.py index e7184677..14388f37 100644 --- a/sphinx/pycode/nodes.py +++ b/sphinx/pycode/nodes.py @@ -5,7 +5,7 @@ Parse tree node implementations. - :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. """ |
