diff options
| author | Diana Clarke <diana.joan.clarke@gmail.com> | 2013-01-01 19:31:00 -0500 |
|---|---|---|
| committer | Diana Clarke <diana.joan.clarke@gmail.com> | 2013-01-01 19:31:00 -0500 |
| commit | 14528afd6f080cf18028f7f71992ef5c14437907 (patch) | |
| tree | d19024e6a6095d6dc139a4881cb45c405e0e574d /doc/build/conf.py | |
| parent | 24c238ac32f530a33ab4eb4f8290e0877627814a (diff) | |
| download | sqlalchemy-14528afd6f080cf18028f7f71992ef5c14437907.tar.gz | |
happy new year (see #2645)
Diffstat (limited to 'doc/build/conf.py')
| -rw-r--r-- | doc/build/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py index bc9b45f08..8bfe2d2bf 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -280,7 +280,7 @@ man_pages = [ epub_title = u'SQLAlchemy' epub_author = u'SQLAlchemy authors' epub_publisher = u'SQLAlchemy authors' -epub_copyright = u'2011, SQLAlchemy authors' +epub_copyright = u'2013, SQLAlchemy authors' # The language of the text. It defaults to the language option # or en if the language is not set. @@ -300,7 +300,7 @@ epub_copyright = u'2011, SQLAlchemy authors' # The format is a list of tuples containing the path and title. #epub_pre_files = [] -# HTML files shat should be inserted after the pages created by sphinx. +# HTML files that should be inserted after the pages created by sphinx. # The format is a list of tuples containing the path and title. #epub_post_files = [] |
