diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-06-07 20:40:06 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-06-07 20:40:06 (GMT) |
commit | ae6a5a73dc5990ce28129b2eead626449f72a277 (patch) | |
tree | 3fe673610b0a03a8c1d8461ce113224585e904d8 /Mac/BuildScript | |
parent | 4b7a6c8b587a15fd2b6d17e21ad63431503a5c9e (diff) | |
download | cpython-ae6a5a73dc5990ce28129b2eead626449f72a277.zip cpython-ae6a5a73dc5990ce28129b2eead626449f72a277.tar.gz cpython-ae6a5a73dc5990ce28129b2eead626449f72a277.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Mac/BuildScript')
-rwxr-xr-x | Mac/BuildScript/build-installer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 1305c0c..05afe98 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -232,7 +232,7 @@ PKG_RECIPES=[ name="PythonSystemFixes", long_name="Fix system Python", readme="""\ - This package updates the system python installation on + This package updates the system python installation on Mac OS X 10.3 to ensure that you can build new python extensions using that copy of python after installing this version of python. |