From: Serhiy Storchaka Date: Tue, 5 Nov 2013 18:17:50 +0000 (+0200) Subject: Fix typo in tkinter tests (issue #19085). X-Git-Tag: v3.4.0b1~383^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=98555f3ac74d7120fd0dd114fe9422c106f0a137;p=thirdparty%2FPython%2Fcpython.git Fix typo in tkinter tests (issue #19085). --- diff --git a/Lib/tkinter/test/widget_tests.py b/Lib/tkinter/test/widget_tests.py index e48856508715..c94dbd3118a0 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)