Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
terryjreedy committed May 29, 2023
1 parent deef967 commit 358bb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_tkinter/test_widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ def test_configure_from(self):
widget = self.create()
self.checkParam(widget, 'to', 100.0)
self.checkFloatParam(widget, 'from', -10, 10.2, 11.7)
if widget.info_patchlevel() < (8, 7):
if widget.info_patchlevel() < (8, 7):
self.checkInvalidParam(
widget, 'from', 200,
errmsg='-to value must be greater than -from value')
Expand Down

0 comments on commit 358bb74

Please sign in to comment.