From 73f5cad8fb09614a0ed1caa301315f9f75c2f2d7 Mon Sep 17 00:00:00 2001 From: Christoph Wieseke Date: Fri, 28 Apr 2023 13:40:11 +0200 Subject: [PATCH] Remove duplicate sentence in macro scoping --- doc/tags/macro.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/tags/macro.rst b/doc/tags/macro.rst index 42fc460ca..effa6b6bd 100644 --- a/doc/tags/macro.rst +++ b/doc/tags/macro.rst @@ -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 ------------------------------