mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
Fix typo in tkinter tests (issue #19085).
This commit is contained in:
parent
6fc5f98480
commit
98555f3ac7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue