mirror of https://github.com/scrapy/scrapy.git
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:
parent
6213fa5175
commit
b8fabeed86
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue