Skip to content

Commit 13309b5

Browse files
iLLiCiTiTkalisp
andauthored
Fix typos
Co-authored-by: Petr Kalis <[email protected]>
1 parent 2bf8570 commit 13309b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ayon_api/_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6844,7 +6844,7 @@ def get_entity_list_attribute_definitions(
68446844
project_name: str,
68456845
list_id: str,
68466846
) -> List["EntityListAttributeDefinitionDict"]:
6847-
"""Get attribute definitioins on entity list.
6847+
"""Get attribute definitions on entity list.
68486848
68496849
Args:
68506850
project_name (str): Project name.
@@ -6867,7 +6867,7 @@ def set_entity_list_attribute_definitions(
68676867
list_id: str,
68686868
attribute_definitions: List["EntityListAttributeDefinitionDict"],
68696869
) -> None:
6870-
"""Set attribute definitioins on entity list.
6870+
"""Set attribute definitions on entity list.
68716871
68726872
Args:
68736873
project_name (str): Project name.

0 commit comments

Comments
 (0)