From f68f29dd1361f427be151b09c99068b292275923 Mon Sep 17 00:00:00 2001 From: Laerte Pereira <5853172+Laerte@users.noreply.github.com> Date: Mon, 26 Aug 2024 23:37:57 -0300 Subject: [PATCH] Update docs/topics/contracts.rst --- docs/topics/contracts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/contracts.rst b/docs/topics/contracts.rst index a912ff986..7557dacc0 100644 --- a/docs/topics/contracts.rst +++ b/docs/topics/contracts.rst @@ -48,7 +48,7 @@ This callback is tested using three built-in contracts: .. class:: MetadataContract - This contract (``@meta``) sets the :attr:` meta ` + This contract (``@meta``) sets the :attr:`meta ` attribute for the sample request. It must be a valid JSON dictionary. ::