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::