diff --git a/colander/__init__.py b/colander/__init__.py index 949a36d..41ce3d9 100644 --- a/colander/__init__.py +++ b/colander/__init__.py @@ -282,6 +282,8 @@ class Function(object): The default value for the ``msg`` when not provided via the constructor is ``Invalid value``. + + The ``message`` parameter has been deprecated, use ``msg`` instead. """ def __init__(self, function, msg=None, message=None): self.function = function