]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
remove reference to macro.defaults 1539/head
authorDavid Lord <davidism@gmail.com>
Tue, 9 Nov 2021 18:13:10 +0000 (10:13 -0800)
committerDavid Lord <davidism@gmail.com>
Tue, 9 Nov 2021 18:13:10 +0000 (10:13 -0800)
docs/templates.rst

index 6bdd6fc698892cccbb648ffd6798f4a300936096..a90f8bd049f0b0f8579184f6cea7a7a3d5e42911 100644 (file)
@@ -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).