Skip to content

Commit 2a867c0

Browse files
committed
doc string fix
1 parent 26770a0 commit 2a867c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NodeGraphQt/base/graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def _on_node_selected(self, node_id):
273273
def _on_node_selection_changed(self, sel_ids, desel_ids):
274274
"""
275275
called when the node selection changes in the viewer.
276-
(emits node objects <deselected nodes>, <selected nodes>)
276+
(emits node objects <selected nodes>, <deselected nodes>)
277277
278278
Args:
279279
sel_ids (list[str]): new selected node ids.

0 commit comments

Comments
 (0)