Skip to content

Commit 221d743

Browse files
committed
py3: ur'' is not valid python3 syntax
I'm surprised!
1 parent df98623 commit 221d743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def get_mdp_version():
150150
# (source start file, target name, title, author, documentclass [howto/manual]).
151151
latex_documents = [
152152
('tutorial/tutorial', 'MDP-tutorial.tex',
153-
ur'''Modular toolkit for Data Processing\\\mbox{ }\\Tutorial''',
153+
u'''Modular toolkit for Data Processing\\\\\\mbox{ }\\\\Tutorial''',
154154
u'Authors: MDP Developers', 'manual', True),
155155
]
156156

0 commit comments

Comments
 (0)