mirror of https://github.com/scrapy/scrapy.git
added a note about invalid spider names in python 2
This commit is contained in:
parent
7e20725eb7
commit
7c33e0cb55
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue