ur'string' not needed in Py 2, syntax error in Py3

This instance was missed in #2909 --> ur'Scrapy developers' --> u'Scrapy developers'
This commit is contained in:
cclauss 2017-09-01 13:55:05 +02:00 committed by Paul Tremberth
parent 6213fa5175
commit b8fabeed86
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ htmlhelp_basename = 'Scrapydoc'
# (source start file, target name, title, author, document class [howto/manual]).
latex_documents = [
('index', 'Scrapy.tex', u'Scrapy Documentation',
ur'Scrapy developers', 'manual'),
u'Scrapy developers', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of