commit | 2512d6d83a72d87155406ef02ab114d2461fb736 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Apr 24 14:01:51 2000 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Apr 24 14:01:51 2000 +0000 |
tree | bd1d0fedfec2f279d38a82976f2570ebdc44e63d | |
parent | 841c2f6b09493fa326ca1211bc4f90d0efda7eb6 [diff] [blame] |
Fix spelling error and remove Windows line endings.
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):