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 2bf8570 commit 13309b5Copy full SHA for 13309b5
ayon_api/_api.py
@@ -6844,7 +6844,7 @@ def get_entity_list_attribute_definitions(
6844
project_name: str,
6845
list_id: str,
6846
) -> List["EntityListAttributeDefinitionDict"]:
6847
- """Get attribute definitioins on entity list.
+ """Get attribute definitions on entity list.
6848
6849
Args:
6850
project_name (str): Project name.
@@ -6867,7 +6867,7 @@ def set_entity_list_attribute_definitions(
6867
6868
attribute_definitions: List["EntityListAttributeDefinitionDict"],
6869
) -> None:
6870
- """Set attribute definitioins on entity list.
+ """Set attribute definitions on entity list.
6871
6872
6873
0 commit comments