added a note about invalid spider names in python 2

This commit is contained in:
Luiz Fernando Mattos Schlindwein 2016-10-18 11:55:51 -02:00
parent 7e20725eb7
commit 7c33e0cb55
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,8 @@ scrapy.Spider
spider that crawls ``mywebsite.com`` would often be called
``mywebsite``.
.. note:: In Python 2 this must be ASCII only.
.. attribute:: allowed_domains
An optional list of strings containing domains that this spider is