Update docs/topics/contracts.rst

This commit is contained in:
Laerte Pereira 2024-08-26 23:37:57 -03:00 committed by GitHub
parent b85e5a66ed
commit f68f29dd13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ This callback is tested using three built-in 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.
::