From bb70229eb576949306a67e1d323db175dae9a23d Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Tue, 7 May 2024 00:11:55 +0200 Subject: [PATCH] Fix grammar --- client/ayon_core/hosts/houdini/api/hda_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ayon_core/hosts/houdini/api/hda_utils.py b/client/ayon_core/hosts/houdini/api/hda_utils.py index 497648369d..c5c5484e64 100644 --- a/client/ayon_core/hosts/houdini/api/hda_utils.py +++ b/client/ayon_core/hosts/houdini/api/hda_utils.py @@ -48,7 +48,7 @@ def get_available_versions(node): """Return the versions list for node. Args: - node (hou.Node): Node to query selected products's versions for. + node (hou.Node): Node to query selected products' versions for. Returns: List[int]: Version numbers for the product