From 12830254baab23cdb4ae6bf65871ac9a74cfcd5b Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Wed, 12 Apr 2023 10:53:31 +0200 Subject: [PATCH] Fix typo --- openpype/hosts/houdini/api/creator_node_shelves.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/hosts/houdini/api/creator_node_shelves.py b/openpype/hosts/houdini/api/creator_node_shelves.py index 90bfb4c497..7e6e019b63 100644 --- a/openpype/hosts/houdini/api/creator_node_shelves.py +++ b/openpype/hosts/houdini/api/creator_node_shelves.py @@ -89,7 +89,7 @@ def shelves_change_block(): def install(): """Install the Creator plug-ins to show in Houdini's TAB node search menu. - This function can is re-entrant and can be called again to reinstall and + This function is re-entrant and can be called again to reinstall and update the node definitions. For example during development it can be useful to call it manually: >>> from openpype.hosts.houdini.api.creator_node_shelves import install