Skip to content

Commit 74dacbf

Browse files
T4rk1nndrezn
andauthored
Update dash/_validate.py
Co-authored-by: Nathan Drezner <[email protected]>
1 parent 25c9880 commit 74dacbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/_validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ def validate_layout_type(value):
403403
):
404404
raise exceptions.NoLayoutException(
405405
"""
406-
Layout must be a single, a list of dash components
406+
Layout must be a single dash component, a list of dash components
407407
or a function that returns a dash component.
408408
"""
409409
)

0 commit comments

Comments
 (0)