From ef99535db6a9c14b17b7e5812363afaaebb8cd68 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Sun, 19 May 2024 14:22:55 -0400 Subject: [PATCH] docs: typo fix ugh Co-authored-by: Steve Piercy --- src/colander/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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