summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-04-24 14:01:51 (GMT)
committerGuido van Rossum <guido@python.org>2000-04-24 14:01:51 (GMT)
commit2512d6d83a72d87155406ef02ab114d2461fb736 (patch)
treebd1d0fedfec2f279d38a82976f2570ebdc44e63d
parent841c2f6b09493fa326ca1211bc4f90d0efda7eb6 (diff)
downloadcpython-2512d6d83a72d87155406ef02ab114d2461fb736.zip
cpython-2512d6d83a72d87155406ef02ab114d2461fb736.tar.gz
cpython-2512d6d83a72d87155406ef02ab114d2461fb736.tar.bz2
Fix spelling error and remove Windows line endings.
-rw-r--r--Lib/test/test_winsound.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_winsound.py b/Lib/test/test_winsound.py
index 901b701..7b4fa15 100644
--- a/Lib/test/test_winsound.py
+++ b/Lib/test/test_winsound.py
@@ -1,4 +1,4 @@
-# Rediculously simple test of the winsound module for Windows.
+# Ridiculously simple test of the winsound module for Windows.
import winsound
for i in range(100, 2000, 100):