mirror of https://github.com/scrapy/scrapy.git
Update scrapy/contracts/default.py
This commit is contained in:
parent
4f9b2343c0
commit
ddbdfeb699
|
|
@ -36,7 +36,7 @@ class CallbackKeywordArgumentsContract(Contract):
|
|||
|
||||
|
||||
class MetadataContract(Contract):
|
||||
"""Contract to key metadata arguments for the request.
|
||||
"""Contract to set metadata arguments for the request.
|
||||
The value should be JSON-encoded dictionary, e.g.:
|
||||
|
||||
@meta {"arg1": "some value"}
|
||||
|
|
|
|||
Loading…
Reference in New Issue