mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix typos in comments (#94305)
This commit is contained in:
parent
c485ec014c
commit
5631013617
2 changed files with 3 additions and 3 deletions
|
@ -203,7 +203,7 @@ def internalTk():
|
|||
|
||||
# Do we use 8.6.8 when building our own copy
|
||||
# of Tcl/Tk or a modern version.
|
||||
# We use the old version when buildin on
|
||||
# We use the old version when building on
|
||||
# old versions of macOS due to build issues.
|
||||
def useOldTk():
|
||||
return getBuildTuple() < (10, 15)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue