From e4fa0bc1df8464f7c2c4020314927f6e4a58820c Mon Sep 17 00:00:00 2001 From: benceruleanlu Date: Sun, 18 May 2025 17:55:07 -0400 Subject: [PATCH] nit --- comfy/comfy_types/node_typing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy/comfy_types/node_typing.py b/comfy/comfy_types/node_typing.py index 363e0e6c8..bfeea2773 100644 --- a/comfy/comfy_types/node_typing.py +++ b/comfy/comfy_types/node_typing.py @@ -237,7 +237,7 @@ class ComfyNodeABC(ABC): API_NODE: Optional[bool] """Flags a node as an API node. See: https://docs.comfy.org/tutorials/api-nodes/overview.""" HELP: Optional[str] - """Optional long help text for the node, shown in detailed node documentation panels.""" + """The markdown help text for the node. Used to inform users about the node in general.""" @classmethod @abstractmethod