mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Fix typo in helper docstring (#82824)
This commit is contained in:
parent
f97ac9fdcd
commit
a236836796
@ -50,7 +50,7 @@ class SchemaFlowFormStep(SchemaFlowStep):
|
|||||||
- The `validate_user_input` function is called if the schema validates successfully.
|
- The `validate_user_input` function is called if the schema validates successfully.
|
||||||
- The first argument is a reference to the current `SchemaCommonFlowHandler`.
|
- The first argument is a reference to the current `SchemaCommonFlowHandler`.
|
||||||
- The second argument is the user input from the current step.
|
- The second argument is the user input from the current step.
|
||||||
- The `validate_user_input` should raise `SchemaFlowError` is user input is invalid.
|
- The `validate_user_input` should raise `SchemaFlowError` if user input is invalid.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
next_step: Callable[[dict[str, Any]], str | None] | str | None = None
|
next_step: Callable[[dict[str, Any]], str | None] | str | None = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user