diff options
Diffstat (limited to 'Lib/tkinter')
-rw-r--r-- | Lib/tkinter/test/widget_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/tkinter/test/widget_tests.py b/Lib/tkinter/test/widget_tests.py index e488565..c94dbd3 100644 --- a/Lib/tkinter/test/widget_tests.py +++ b/Lib/tkinter/test/widget_tests.py @@ -22,7 +22,7 @@ if tcl_version[:2] == (8, 5): if patchlevel < (8, 5, 12): _pixels_round = int else: - _pixels_round = int_round + _pixels_round = round return _pixels_round(x) |