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