Skip to content

Commit

Permalink
Update urwid/widget/widget.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Ward <ian@excess.org>
  • Loading branch information
penguinolog and wardi committed Jan 2, 2024
1 parent 5735b7e commit 7503853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urwid/widget/widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ def keypress(self, size: tuple[()] | tuple[int] | tuple[int, int], key: str) ->
self.logger.debug(f"keypress sent to non selectable widget {self!r}")
else:
warnings.warn(
f"Widget {self.__class__.__name__} not called 'super().__init__()",
f"Widget {self.__class__.__name__} did not call 'super().__init__()",
WidgetWarning,
stacklevel=3,
)
Expand Down

0 comments on commit 7503853

Please sign in to comment.