Skip to content

Commit

Permalink
Merge pull request #5150 from timgates42/bugfix_typo_unnecessary
Browse files Browse the repository at this point in the history
docs: fix simple typo, unncessary -> unnecessary
  • Loading branch information
janezd authored Dec 26, 2020
2 parents e2eb828 + efeb5d2 commit e5d5fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Orange/widgets/visualize/utils/scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class UpdateItemsOnSelectGraphicsScene(QGraphicsScene):
Notes
-----
.. note:: I suspect this is completely unncessary, but have not been able
.. note:: I suspect this is completely unnecessary, but have not been able
to find a reasonable way to keep the selection logic inside the actual
`QGraphicsItem` objects
Expand Down

0 comments on commit e5d5fa0

Please sign in to comment.