summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2014-04-05 16:26:11 +0200
committerClaude Paroz <claude@2xlibre.net>2014-04-05 16:26:11 +0200
commit9494f29d4fffc30e6ae111a995ca1d07a0cbf439 (patch)
tree86c57b15406e1943461dc2013d288198e789a0f8
parent248b9bb5544c1cf0b9f36091f0608814dedac6b5 (diff)
Fixed case in form widgets docs
-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 93149090a1..5569e38b47 100644
--- a/docs/ref/forms/widgets.txt
+++ b/docs/ref/forms/widgets.txt
@@ -527,7 +527,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``