Commit 9494f29d authored by Claude Paroz's avatar Claude Paroz
Browse files

Fixed case in form widgets docs

parent 248b9bb5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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``