Skip to content

Commit 337eb94

Browse files
author
tim.peters
committed
Whitespace normalization.
git-svn-id: http://svn.python.org/projects/python/trunk@46728 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 3e942e2 commit 337eb94

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Mac/BuildScript/build-installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def getFullVersion():
232232
name="PythonSystemFixes",
233233
long_name="Fix system Python",
234234
readme="""\
235-
This package updates the system python installation on
235+
This package updates the system python installation on
236236
Mac OS X 10.3 to ensure that you can build new python extensions
237237
using that copy of python after installing this version of
238238
python.

Mac/scripts/BuildApplet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# sys.executable points inside the current application bundle. Because this
2222
# path contains blanks (two of them actually) this path isn't usable on
2323
# #! lines. Reset sys.executable to point to the embedded python interpreter
24-
sys.executable = os.path.join(sys.prefix,
24+
sys.executable = os.path.join(sys.prefix,
2525
'Resources/Python.app/Contents/MacOS/Python')
2626

2727
# Just in case we're not in a framework:

0 commit comments

Comments
 (0)