summaryrefslogtreecommitdiff
path: root/docs/ref/forms
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2014-04-05 16:26:11 +0200
committerTim Graham <timograham@gmail.com>2014-05-16 17:44:20 -0400
commit8c5fbcf50aecec8ecfb802694af4dd7e0c9d666f (patch)
tree0f45852d49f19cb00e79227c3103e0dd3e22de01 /docs/ref/forms
parent62de03ee337e085dbaa9d94a43a2aedbd3cdef84 (diff)
[1.7.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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/widgets.txt b/docs/ref/forms/widgets.txt
index 5bd0a0b5ea..d0dc17a2bc 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``