From f9cbf211578c3d5a7d5fe2ac3bf09b1b5a2dd5e2 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Fri, 23 Jul 2004 02:50:10 +0000 Subject: Whitespace normalization. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bc35e00..873a333 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']) ) -- cgit v0.12