diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-07-23 02:50:10 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-07-23 02:50:10 (GMT) |
commit | f9cbf211578c3d5a7d5fe2ac3bf09b1b5a2dd5e2 (patch) | |
tree | 39b55af4d3129654c34050fda9221d1a72d10747 /setup.py | |
parent | 336689b9cc1ce453f5d7add9f464149ce12977f7 (diff) | |
download | cpython-f9cbf211578c3d5a7d5fe2ac3bf09b1b5a2dd5e2.zip cpython-f9cbf211578c3d5a7d5fe2ac3bf09b1b5a2dd5e2.tar.gz cpython-f9cbf211578c3d5a7d5fe2ac3bf09b1b5a2dd5e2.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -408,7 +408,7 @@ class PyBuildExt(build_ext): # These represent audio samples or images as strings: # Operations on audio samples - # According to #993173, this one should actually work fine on + # According to #993173, this one should actually work fine on # 64-bit platforms. exts.append( Extension('audioop', ['audioop.c']) ) |