Commit a9e5c195 authored by Serhiy Storchaka's avatar Serhiy Storchaka

Fix typo in tkinter tests (issue #19085).

parent 1e68ad2e
...@@ -22,7 +22,7 @@ if tcl_version[:2] == (8, 5): ...@@ -22,7 +22,7 @@ if tcl_version[:2] == (8, 5):
if patchlevel < (8, 5, 12): if patchlevel < (8, 5, 12):
_pixels_round = int _pixels_round = int
else: else:
_pixels_round = int_round _pixels_round = round
return _pixels_round(x) return _pixels_round(x)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment