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 /sphinx/websupport/storage/sqlalchemy_db.py | |
parent | 51852c0e8732085bc3f933667a3394320c1e98f2 (diff) | |
parent | 0e1db6ad90a272ff7e5cf86039df905ae91ac4df (diff) | |
download | sphinx-git-17efae56228b8f222cc4fcd888a4468c0b97d000.tar.gz |
merge with 1.0
Diffstat (limited to 'sphinx/websupport/storage/sqlalchemy_db.py')
-rw-r--r-- | sphinx/websupport/storage/sqlalchemy_db.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/websupport/storage/sqlalchemy_db.py b/sphinx/websupport/storage/sqlalchemy_db.py index bf1844ce4..dc2ec6a74 100644 --- a/sphinx/websupport/storage/sqlalchemy_db.py +++ b/sphinx/websupport/storage/sqlalchemy_db.py @@ -6,7 +6,7 @@ SQLAlchemy table and mapper definitions used by the :class:`sphinx.websupport.storage.sqlalchemystorage.SQLAlchemyStorage`. - :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. """ |