Skip to content

Commit 73261b7

Browse files
committed
desc update
1 parent 2581881 commit 73261b7

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
@@ -91,7 +91,7 @@ def _on_node_data_dropped(self, data, pos):
9191
(emits the node type and the x,y position where the data was dropped)
9292
9393
Args:
94-
data (QtCore.QMimeData): text data.
94+
data (QtCore.QMimeData): mime data.
9595
pos (QtCore.QPoint): x, y scene position relative to the cursor.
9696
"""
9797
self.data_dropped.emit(data, pos)

0 commit comments

Comments
 (0)