diff --git a/docs/smart-contracts/languages/smartpy.mdx b/docs/smart-contracts/languages/smartpy.mdx
index 072953df5..e55e8cf2d 100644
--- a/docs/smart-contracts/languages/smartpy.mdx
+++ b/docs/smart-contracts/languages/smartpy.mdx
@@ -398,7 +398,7 @@ You can see a summary of our smart contract with the following information:
By clicking on the _Types_ tab, we have access to the types of the storage elements and the parameters of the entrypoints.
-
+
> As with Python, most of the time, it is not necessary to specify the type of an object in _SmartPy_.
> But it may be required because the target language of SmartPy, Michelson, requires types.