From f693dc93d4fd5d6f0fe43675de00703aac0db452 Mon Sep 17 00:00:00 2001 From: Daniel Wallin Date: Thu, 15 Jan 2004 18:25:06 +0000 Subject: [PATCH] lazy eval docs [SVN r1877] --- doc/named_params.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/named_params.rst b/doc/named_params.rst index 93c3a47..ea7a574 100755 --- a/doc/named_params.rst +++ b/doc/named_params.rst @@ -334,7 +334,8 @@ Lazy Evaluation of Defaults =========================== Sometimes computation of the default value can be expensive, and -best avoided if the user does supply the argument. +best avoided if the user does supply the argument. For this the +default value can be lazily evaluated: .. parsed-literal::