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:26 -0400 |
| commit | 044a4fd7a898354de1cd6f923e4f929ce2db5faa (patch) | |
| tree | b05d6fabbed8f6ccd2b1dfae9ef387fe142c6019 | |
| parent | 220c09e97acb8ca4267a0b754256e522e008c2d8 (diff) | |
[1.5.x] Fixed case in form widgets docs
Backport of 9494f29d from master
| -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 3cc24700d4..0d58ae5c63 100644 --- a/docs/ref/forms/widgets.txt +++ b/docs/ref/forms/widgets.txt @@ -491,7 +491,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 |
