summaryrefslogtreecommitdiff
path: root/Lib/irix5/auds.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-01-01 19:35:13 +0000
committerGuido van Rossum <guido@python.org>1992-01-01 19:35:13 +0000
commitbdfcfccbe591e15221f35add01132174c9b4e669 (patch)
tree7e5f0d52b8c44e623b12e8f4b5cd645c361e5aeb /Lib/irix5/auds.py
parent4d8e859e8f0a209a7e999ce9cc0988156c795949 (diff)
downloadcpython-git-bdfcfccbe591e15221f35add01132174c9b4e669.tar.gz
New == syntax
Diffstat (limited to 'Lib/irix5/auds.py')
-rwxr-xr-xLib/irix5/auds.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/irix5/auds.py b/Lib/irix5/auds.py
index 549c0a7a34..fb992a9594 100755
--- a/Lib/irix5/auds.py
+++ b/Lib/irix5/auds.py
@@ -69,7 +69,7 @@ def stretch(s, a, b):
ib = ib+b
if i >= m:
break
- if ib = ja:
+ if ib == ja:
out.append(y[i])
else:
out.append((y[i]*(ja-(ib-b)) + y[i-1]*(ib-ja)) / b)