summaryrefslogtreecommitdiff
path: root/Lib/tkinter/test/widget_tests.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-11-05 20:17:50 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2013-11-05 20:17:50 +0200
commit98555f3ac74d7120fd0dd114fe9422c106f0a137 (patch)
treee5b0ef900868a128f829e4bb4584aa7e70f3387e /Lib/tkinter/test/widget_tests.py
parent6fc5f98480a197e434816d4b7dacd096c9f66d09 (diff)
downloadcpython-git-98555f3ac74d7120fd0dd114fe9422c106f0a137.tar.gz
Fix typo in tkinter tests (issue #19085).
Diffstat (limited to 'Lib/tkinter/test/widget_tests.py')
-rw-r--r--Lib/tkinter/test/widget_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/tkinter/test/widget_tests.py b/Lib/tkinter/test/widget_tests.py
index e488565087..c94dbd3118 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)