Skip to content

Commit 260caf5

Browse files
committed
Trivial doc formatting
1 parent 73a6cc2 commit 260caf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iommi/form.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ def form(self):
810810
def is_valid(form: 'Form', field: 'Field', parsed_data: Any, **_) -> Tuple[bool, str]:
811811
# language=rst
812812
"""
813-
Validation function. Should return a tuple of `(bool, reason_for_failure_if_bool_is_false)` or raise ValidationError.
813+
Validation function. Should return a tuple of `(bool, reason_for_failure_if_bool_is_false)` or raise `ValidationError`.
814814
815815
.. code-block:: python
816816

0 commit comments

Comments
 (0)