Skip to content

Commit a13470b

Browse files
committed
doc string fix.
1 parent f2043b7 commit a13470b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NodeGraphQt/custom_widgets/properties_bin/node_property_widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ def prop_widget(self, node):
864864
node (str or NodeGraphQt.NodeObject): node id or node object.
865865
866866
Returns:
867-
NodePropWidget: node property widget.
867+
NodePropEditorWidget: node property widget.
868868
"""
869869
node_id = node if isinstance(node, str) else node.id
870870
itm_find = self._prop_list.findItems(node_id, QtCore.Qt.MatchExactly)

0 commit comments

Comments
 (0)