Clarify docstring

This commit is contained in:
filtered 2024-12-17 04:38:03 +11:00
parent f4b31989f5
commit 82bd55fd5f

View File

@ -5,8 +5,8 @@ from inspect import cleandoc
class ExampleNode(ComfyNodeABC):
"""An example node that just adds 1 to an input integer.
* Requires an IDE configured with analysis paths etc to be worth looking at.
* Not intended for use in ComfyUI.
* Requires a modern IDE to provide any benefit (detail: an IDE configured with analysis paths etc).
* This node is intended as an example for developers only.
"""
DESCRIPTION = cleandoc(__doc__)