mirror of https://github.com/scrapy/scrapy.git
Update docs/topics/components.rst
Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
parent
faa12d1fbe
commit
83ecdf1bca
|
|
@ -47,7 +47,7 @@ Enforcing component requirements
|
|||
================================
|
||||
|
||||
Sometimes, your components may only be intended to work under certain
|
||||
conditions. For example, the may require a minimum version of Scrapy to work as
|
||||
conditions. For example, they may require a minimum version of Scrapy to work as
|
||||
intended, or they may require certain settings to have specific values.
|
||||
|
||||
In addition to describing those conditions in the documentation of your
|
||||
|
|
|
|||
Loading…
Reference in New Issue