We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68bb4fe commit 04ba568Copy full SHA for 04ba568
src/textual/validation.py
@@ -194,7 +194,7 @@ def failure(
194
) -> ValidationResult:
195
"""Shorthand for signaling validation failure.
196
197
- Return `self.failure(...)` from [`validate()`][textual.validation.Validator.validate]` to indicated that validation *failed*.
+ Return `self.failure(...)` from [`validate()`][textual.validation.Validator.validate] to indicated that validation *failed*.
198
199
Args:
200
description: The failure description that will be used. When used in conjunction with the Input widget,
0 commit comments