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/?a=commitdiff_plain;h=bdaf636077f8bb7febf4a8256d60bcb5da7f73be;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 a7a1b888ac..5d33e82f07 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