[FIX] *: unbalanced literal markups

Part-of: odoo/documentation#2978
This commit is contained in:
Victor Feyens
2022-11-17 15:54:48 +00:00
parent efb6c47e92
commit 06f328a39e
3 changed files with 5 additions and 5 deletions

View File

@@ -173,7 +173,7 @@ variables for various data points:
index
These extra variables provided and all new variables created into the
``foreach`` are only available in the scope of the``foreach``. If the
``foreach`` are only available in the scope of the ``foreach``. If the
variable exists outside the context of the ``foreach``, the value is copied
at the end of the foreach into the global context.