Fix typo in tkinter tests (issue #19085).

This commit is contained in:
Serhiy Storchaka 2013-11-05 20:18:17 +02:00
commit 17972a746a
1 changed files with 1 additions and 1 deletions

View File

@ -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)