Skip to content

Commit

Permalink
fixed doc bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
mjdorma committed Aug 24, 2013
1 parent 07f3d7d commit f1d4430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/funconf.rst
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion funconf.py
Expand Up @@ -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):
Expand Down

0 comments on commit f1d4430

Please sign in to comment.