From f6fbfb59ceab39f5e00b3c7b8c5ceb540c6181cf Mon Sep 17 00:00:00 2001 From: IanCa <30812436+IanCa@users.noreply.github.com> Date: Wed, 20 Mar 2024 11:21:58 -0500 Subject: [PATCH] Update schema_attribute_validators.py --- hed/schema/schema_attribute_validators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hed/schema/schema_attribute_validators.py b/hed/schema/schema_attribute_validators.py index 16fbfcef..4237b6b6 100644 --- a/hed/schema/schema_attribute_validators.py +++ b/hed/schema/schema_attribute_validators.py @@ -8,7 +8,7 @@ - ``attribute_name (str)``: The name of this attribute. Returns: - - ``bool``: Description of the return value. + - ``issues (list)``: A list of issues found validating this attribute """ from hed.errors.error_types import SchemaWarnings, ValidationErrors, SchemaAttributeErrors