Merge branch 'master' of github.com:Laerte/scrapy

This commit is contained in:
Laerte Pereira 2024-08-27 07:16:10 -03:00
commit 4f9b2343c0
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ You can use the following contracts:
.. class:: MetadataContract
This contract (``@meta``) sets the :attr:` meta <scrapy.Request.meta>`
This contract (``@meta``) sets the :attr:`meta <scrapy.Request.meta>`
attribute for the sample request. It must be a valid JSON dictionary.
::