]> 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)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 28 Sep 2018 14:22:33 +0000 (10:22 -0400)
(cherry picked from commit fc5dbc30168710ef20c467a54610979cd06a58c7)

doc/build/conf.py

index d5ecae9427f8775052609c55226f1f9ca60bde50..6aa55733a4391e82405cccc04e337302b3061e0c 100644 (file)
@@ -258,8 +258,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