[FIX] *: unbalanced literal markups

Part-of: odoo/documentation#2984
This commit is contained in:
Victor Feyens
2022-11-17 15:54:48 +00:00
parent c2f8d4bd44
commit 197dbea3d2
3 changed files with 3 additions and 3 deletions
@@ -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.