Skip to content

Commit

Permalink
Doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sg495 committed Jan 30, 2024
1 parent 63d60c7 commit 1998465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typing_validation/validation_failure.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ def latest_validation_failure() -> Optional[ValidationFailure]:
ValidationFailure('hi', <class 'int'>)))
This validation failure information is also set by
:func:`~typing_validation.validation.is_valid` in case of failed validation,
``is_valid`` in case of failed validation,
even though no error is raised.
"""
type_err: Optional[TypeError] = None
Expand Down

0 comments on commit 1998465

Please sign in to comment.