Skip to content

Commit

Permalink
Fix typo to please codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
smathot committed Feb 13, 2024
1 parent 6431870 commit 4968210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libopensesame/widgets/_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def xy_to_widget(self, xy):

def _widget_instance(self, widget):
"""Takes a Widget or WidgetFactory and returns a Widget. If a
WidgetFactory has already been instatiated before, the Widget instance
WidgetFactory has already been instantiated before, the Widget instance
is retrieved and returned.
"""
if isinstance(widget, WidgetFactory):
Expand Down

0 comments on commit 4968210

Please sign in to comment.