mirror of
https://github.com/python/cpython.git
synced 2025-08-27 04:05:34 +00:00
Fix typos in variable names, function names, and comments (GH-101868)
This commit is contained in:
parent
467e3f9417
commit
707c37e373
7 changed files with 13 additions and 13 deletions
|
@ -1492,7 +1492,7 @@ def packageFromRecipe(targetDir, recipe):
|
|||
IFPkgFlagRelocatable=False,
|
||||
IFPkgFlagRestartAction="NoRestart",
|
||||
IFPkgFlagRootVolumeOnly=True,
|
||||
IFPkgFlagUpdateInstalledLangauges=False,
|
||||
IFPkgFlagUpdateInstalledLanguages=False,
|
||||
)
|
||||
writePlist(pl, os.path.join(packageContents, 'Info.plist'))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue