minor #3835 Removed duplicate sentence in macro scoping (virtualize)

This PR was merged into the 3.x branch.

Discussion
----------

Removed duplicate sentence in macro scoping

Commits
-------

73f5cad8 Remove duplicate sentence in macro scoping
This commit is contained in:
Fabien Potencier
2023-10-26 17:56:31 -07:00
-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
------------------------------