1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-24 11:24:10 +00:00

update docstring in project template to avoid confusion with genspider command, which may be considered as an advanced feature. refs #107

This commit is contained in:
Pablo Hoffman 2012-04-19 02:15:30 -03:00
parent d567d8efbe
commit 1c5294bee1

View File

@ -1,8 +1,4 @@
# This package will contain the spiders of your Scrapy project
#
# To create the first spider for your project use this command:
#
# scrapy genspider myspider myspider-domain.com
#
# For more info see:
# http://doc.scrapy.org/topics/spiders.html
# Please refer to the documentation for information on how to create and manage
# your spiders.