]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Remove unnecessary unicode and raw string prefix
authorDenis Kataev <denis.a.kataev+git@gmail.com>
Fri, 28 Sep 2018 07:40:30 +0000 (12:40 +0500)
committerDenis Kataev <denis.a.kataev+git@gmail.com>
Fri, 28 Sep 2018 07:40:30 +0000 (12:40 +0500)
doc/build/conf.py

index 5f8ecda95ce83035cfc041fba32a558d5444646f..cd3db223de2edb74385a5ef23ba086e8c1bd060f 100644 (file)
@@ -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