Skip to content

Commit efeb5d2

Browse files
committed
docs: fix simple typo, unncessary -> unnecessary
There is a small typo in Orange/widgets/visualize/utils/scene.py. Should read `unnecessary` rather than `unncessary`.
1 parent e2eb828 commit efeb5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Orange/widgets/visualize/utils/scene.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class UpdateItemsOnSelectGraphicsScene(QGraphicsScene):
1010
1111
Notes
1212
-----
13-
.. note:: I suspect this is completely unncessary, but have not been able
13+
.. note:: I suspect this is completely unnecessary, but have not been able
1414
to find a reasonable way to keep the selection logic inside the actual
1515
`QGraphicsItem` objects
1616

0 commit comments

Comments
 (0)