[1.5.x] Fixed case in form widgets docs

Backport of 9494f29d from master
This commit is contained in:
Claude Paroz 2014-04-05 16:26:11 +02:00 committed by Tim Graham
parent 220c09e97a
commit 044a4fd7a8
1 changed files with 1 additions and 1 deletions

View File

@ -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