From b8fabeed8652d22725959345700b9e7d00073de4 Mon Sep 17 00:00:00 2001 From: cclauss Date: Fri, 1 Sep 2017 13:55:05 +0200 Subject: [PATCH] ur'string' not needed in Py 2, syntax error in Py3 This instance was missed in #2909 --> ur'Scrapy developers' --> u'Scrapy developers' --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 5780db65d..007dc2788 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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