diff options
| author | Denis Kataev <denis.a.kataev+git@gmail.com> | 2018-09-28 12:40:30 +0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-09-28 10:22:26 -0400 |
| commit | 6af49ba13a7a138d492d36bc3e554e5a6ca9eeed (patch) | |
| tree | 489abde2641517d39ce1060a4c7d802ce0922ef9 /doc/build | |
| parent | fb0239e3502fc28517e59f36abbb074d5ecb01f7 (diff) | |
| download | sqlalchemy-6af49ba13a7a138d492d36bc3e554e5a6ca9eeed.tar.gz | |
Remove unnecessary unicode and raw string prefix
(cherry picked from commit fc5dbc30168710ef20c467a54610979cd06a58c7)
Diffstat (limited to 'doc/build')
| -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 fea5cdbb7..de6f4f2bc 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -260,8 +260,8 @@ htmlhelp_basename = 'SQLAlchemydoc' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('contents', 'sqlalchemy_%s.tex' % release.replace('.', '_'), ur'SQLAlchemy Documentation', - ur'Mike Bayer', 'manual'), + ('contents', 'sqlalchemy_%s.tex' % release.replace('.', '_'), 'SQLAlchemy Documentation', + 'Mike Bayer', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of |
