Update scrapy/contracts/default.py

This commit is contained in:
Laerte Pereira 2024-08-27 07:24:57 -03:00 committed by GitHub
parent 4f9b2343c0
commit ddbdfeb699
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"}