From 8c5fbcf50aecec8ecfb802694af4dd7e0c9d666f Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 5 Apr 2014 16:26:11 +0200 Subject: [PATCH] [1.7.x] Fixed case in form widgets docs Backport of 9494f29d from master --- docs/ref/forms/widgets.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/forms/widgets.txt b/docs/ref/forms/widgets.txt index 5bd0a0b5ea9..d0dc17a2bcb 100644 --- a/docs/ref/forms/widgets.txt +++ b/docs/ref/forms/widgets.txt @@ -520,7 +520,7 @@ Selector and checkbox widgets .. attribute:: CheckboxInput.check_test - A callable that takes the value of the CheckBoxInput and returns + A callable that takes the value of the ``CheckboxInput`` and returns ``True`` if the checkbox should be checked for that value. ``Select``