diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-05-16 23:22:20 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-05-16 23:22:20 (GMT) |
commit | cbd7b756e4c569ae0a12fdcf3b4bf3b64304612e (patch) | |
tree | 600dba50df832a9ec7ab64ebc5a573cf4f8d4477 /Lib | |
parent | 0c8d7b0f3f8a096a533f992c425c025926fd6d9b (diff) | |
download | cpython-cbd7b756e4c569ae0a12fdcf3b4bf3b64304612e.zip cpython-cbd7b756e4c569ae0a12fdcf3b4bf3b64304612e.tar.gz cpython-cbd7b756e4c569ae0a12fdcf3b4bf3b64304612e.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib')
-rwxr-xr-x | Lib/plat-mac/bundlebuilder.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-mac/bundlebuilder.py b/Lib/plat-mac/bundlebuilder.py index aac92bd..266b845 100755 --- a/Lib/plat-mac/bundlebuilder.py +++ b/Lib/plat-mac/bundlebuilder.py @@ -150,7 +150,7 @@ class BundleBuilder(Defaults): bp = self.bundlepath # Create the app bundle in a temporary location and then - # rename the completed bundle. This way the Finder will + # rename the completed bundle. This way the Finder will # never see an incomplete bundle (where it might pick up # and cache the wrong meta data) self.bundlepath = bp + '~' |