diff --git a/src/colander/__init__.py b/src/colander/__init__.py index e244360..f418dd5 100644 --- a/src/colander/__init__.py +++ b/src/colander/__init__.py @@ -499,7 +499,7 @@ class Range: specified, it must be a string. The string may contain the replacement targets ``${min}`` and ``${val}``, representing the minimum value and the provided value respectively. If not - provided, ``min_err` defaults to ``'${val} is less than minimum value + provided, ``min_err`` defaults to ``'${val} is less than minimum value ${min}'``. ``max_err`` is used to form the ``msg`` of the