From: David Lord Date: Tue, 9 Nov 2021 18:13:10 +0000 (-0800) Subject: remove reference to macro.defaults X-Git-Tag: 3.0.3~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1539%2Fhead;p=thirdparty%2Fjinja.git remove reference to macro.defaults --- diff --git a/docs/templates.rst b/docs/templates.rst index 6bdd6fc6..a90f8bd0 100644 --- a/docs/templates.rst +++ b/docs/templates.rst @@ -914,9 +914,6 @@ are available on a macro object: `arguments` A tuple of the names of arguments the macro accepts. -`defaults` - A tuple of default values. - `catch_kwargs` This is `true` if the macro accepts extra keyword arguments (i.e.: accesses the special `kwargs` variable).