summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-05-16 23:22:20 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-05-16 23:22:20 (GMT)
commitcbd7b756e4c569ae0a12fdcf3b4bf3b64304612e (patch)
tree600dba50df832a9ec7ab64ebc5a573cf4f8d4477 /Lib
parent0c8d7b0f3f8a096a533f992c425c025926fd6d9b (diff)
downloadcpython-cbd7b756e4c569ae0a12fdcf3b4bf3b64304612e.zip
cpython-cbd7b756e4c569ae0a12fdcf3b4bf3b64304612e.tar.gz
cpython-cbd7b756e4c569ae0a12fdcf3b4bf3b64304612e.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib')
-rwxr-xr-xLib/plat-mac/bundlebuilder.py2
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 + '~'