Skip to content

Commit

Permalink
Make linter happy by fixing typo in english spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
unhyperbolic committed Dec 10, 2023
1 parent 26aa69a commit ca04552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/raytracing/tooltip.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def on_enter(self, event) -> None:
self.status = "inside"

# If the follow flag is not set, motion within the widget will
# make the ToolTip dissapear
# make the ToolTip disappear
if not self.follow:
self.status = "inside"
self.withdraw()
Expand Down

0 comments on commit ca04552

Please sign in to comment.