mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fix typo
This commit is contained in:
parent
67baee6287
commit
df40ce3646
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ def add_ui(db):
|
|||
# See "Custom Action Type 1"
|
||||
if msilib.Win64:
|
||||
CheckDir = "CheckDir"
|
||||
UpdateEditIdle = "UpdateEditIDLE"
|
||||
UpdateEditIDLE = "UpdateEditIDLE"
|
||||
else:
|
||||
CheckDir = "_CheckDir@4"
|
||||
UpdateEditIDLE = "_UpdateEditIDLE@4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue