diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-04-05 16:26:11 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-05-16 17:43:10 -0400 |
| commit | ba40d6509aac626763e534f555d50be895b53e75 (patch) | |
| tree | 2e6294ec0858cb065a6682b51c13103f436f8c57 /docs/ref/forms | |
| parent | 20215f4cae4f69f2bcbc4bbdbcd84651bee64634 (diff) | |
[1.6.x] Fixed case in form widgets docs
Backport of 9494f29d from master
Diffstat (limited to 'docs/ref/forms')
| -rw-r--r-- | docs/ref/forms/widgets.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/widgets.txt b/docs/ref/forms/widgets.txt index edf0326f51..13fdbfcb0d 100644 --- a/docs/ref/forms/widgets.txt +++ b/docs/ref/forms/widgets.txt @@ -522,7 +522,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. .. versionchanged:: 1.5 |
