Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 17972a7

Browse files
Fix typo in tkinter tests (issue #19085).
2 parents 98e818b + 98555f3 commit 17972a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/tkinter/test/widget_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def pixels_round(x):
2222
if patchlevel < (8, 5, 12):
2323
_pixels_round = int
2424
else:
25-
_pixels_round = int_round
25+
_pixels_round = round
2626
return _pixels_round(x)
2727

2828

0 commit comments

Comments
 (0)