Remove duplicate sentence in macro scoping

This commit is contained in:
Christoph Wieseke
2023-04-28 13:40:11 +02:00
committed by GitHub
parent f5ee1b6815
commit 73f5cad8fb
-4
View File
@@ -104,10 +104,6 @@ When calling ``import`` or ``from`` from a ``block`` tag, the imported macros
are only defined in the current block and they override macros defined at the
template level with the same names.
When calling ``import`` or ``from`` from a ``macro`` tag, the imported macros
are only defined in the current macro and they override macros defined at the
template level with the same names.
Checking if a Macro is defined
------------------------------