mirror of https://github.com/scrapy/scrapy.git
Fix parameter name, broken by copy-pasting
This commit is contained in:
parent
1006db1e10
commit
286fca733f
|
|
@ -248,7 +248,7 @@ class BaseSettings(MutableMapping):
|
|||
:type name: str
|
||||
|
||||
:param value: the value to associate with the setting
|
||||
:type default: object
|
||||
:type value: object
|
||||
|
||||
:param priority: the priority of the setting. Should be a key of
|
||||
:attr:`~scrapy.settings.SETTINGS_PRIORITIES` or an integer
|
||||
|
|
|
|||
Loading…
Reference in New Issue