From fc5dbc30168710ef20c467a54610979cd06a58c7 Mon Sep 17 00:00:00 2001 From: Denis Kataev Date: Fri, 28 Sep 2018 12:40:30 +0500 Subject: [PATCH] Remove unnecessary unicode and raw string prefix --- doc/build/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2