summaryrefslogtreecommitdiff
path: root/Lib/distutils/unixccompiler.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-05-23 21:54:23 +0000
committerTim Peters <tim.peters@gmail.com>2006-05-23 21:54:23 +0000
commit211219af4fd4644c7b877e4f2c374d08fdefb6bf (patch)
tree6f9511d53edf2262255f61af2573bc3b58c42f44 /Lib/distutils/unixccompiler.py
parent1bddfb84ee8e5a67af9a5001ab845c22c29cd491 (diff)
downloadcpython-git-211219af4fd4644c7b877e4f2c374d08fdefb6bf.tar.gz
Whitespace normalization.
Diffstat (limited to 'Lib/distutils/unixccompiler.py')
-rw-r--r--Lib/distutils/unixccompiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/unixccompiler.py b/Lib/distutils/unixccompiler.py
index e612cfc2ec..324819d4a5 100644
--- a/Lib/distutils/unixccompiler.py
+++ b/Lib/distutils/unixccompiler.py
@@ -220,7 +220,7 @@ class UnixCCompiler(CCompiler):
# skip over environment variable settings if /usr/bin/env
# is used to set up the linker's environment.
# This is needed on OSX. Note: this assumes that the
- # normal and C++ compiler have the same environment
+ # normal and C++ compiler have the same environment
# settings.
i = 0
if os.path.basename(linker[0]) == "env":