From f1d4430fc7173a8028d645964fdf8da0f30cb055 Mon Sep 17 00:00:00 2001 From: mick Date: Sat, 24 Aug 2013 11:54:10 +1000 Subject: [PATCH] fixed doc bugs --- docs/source/funconf.rst | 2 +- funconf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/funconf.rst b/docs/source/funconf.rst index 3e597c9..eb781f3 100644 --- a/docs/source/funconf.rst +++ b/docs/source/funconf.rst @@ -11,7 +11,7 @@ Function Configuration module - :mod:`funconf` Code reference guide ==================== -.. autofunction:: funconf.wraps_kwargs +.. autofunction:: funconf.wraps_parameters .. autofunction:: funconf.lazy_string_cast diff --git a/funconf.py b/funconf.py index 85917eb..452e3e0 100644 --- a/funconf.py +++ b/funconf.py @@ -295,7 +295,7 @@ def main(a=4, b=[4, 2, 55]): :type model_parameters: mutable mapping :param provide_defaults: If true, use model_parameters to default arguments which are empty. - :type provide_defaults: Boolean default True. + :type provide_defaults: Boolean value default True. :rtype: decorated function. """ def cast_type_raise(vtype, key, value):