From: Denis Kataev Date: Fri, 28 Sep 2018 07:40:30 +0000 (+0500) Subject: Remove unnecessary unicode and raw string prefix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ce6c785efdec5fbd50414db14742ddf08c0aae7;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Remove unnecessary unicode and raw string prefix (cherry picked from commit fc5dbc30168710ef20c467a54610979cd06a58c7) --- diff --git a/doc/build/conf.py b/doc/build/conf.py index d5ecae9427..6aa55733a4 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -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