diff options
author | Guido van Rossum <guido@python.org> | 2000-04-24 14:01:51 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-04-24 14:01:51 (GMT) |
commit | 2512d6d83a72d87155406ef02ab114d2461fb736 (patch) | |
tree | bd1d0fedfec2f279d38a82976f2570ebdc44e63d /Lib | |
parent | 841c2f6b09493fa326ca1211bc4f90d0efda7eb6 (diff) | |
download | cpython-2512d6d83a72d87155406ef02ab114d2461fb736.zip cpython-2512d6d83a72d87155406ef02ab114d2461fb736.tar.gz cpython-2512d6d83a72d87155406ef02ab114d2461fb736.tar.bz2 |
Fix spelling error and remove Windows line endings.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_winsound.py | 2 |
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): |