From: Tim Peters Date: Fri, 23 Jul 2004 02:50:10 +0000 (+0000) Subject: Whitespace normalization. X-Git-Tag: v2.4a2~155 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9cbf211578c3d5a7d5fe2ac3bf09b1b5a2dd5e2;p=thirdparty%2FPython%2Fcpython.git Whitespace normalization. --- diff --git a/setup.py b/setup.py index bc35e00940d4..873a333ca71e 100644 --- a/setup.py +++ b/setup.py @@ -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']) )