From 369ff03e090668b2366a7222a22def078bec7cb8 Mon Sep 17 00:00:00 2001 From: David Lord Date: Tue, 9 Nov 2021 10:13:10 -0800 Subject: [PATCH] remove reference to macro.defaults --- docs/templates.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/templates.rst b/docs/templates.rst index 6bdd6fc69..a90f8bd04 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).