Kaydet (Commit) 98555f3a authored tarafından Serhiy Storchaka's avatar Serhiy Storchaka

Fix typo in tkinter tests (issue #19085).

üst 6fc5f984
......@@ -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)
......
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