summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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']) )