From: Guido van Rossum Date: Mon, 24 Apr 2000 14:01:51 +0000 (+0000) Subject: Fix spelling error and remove Windows line endings. X-Git-Tag: v2.0b1~1963 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2512d6d83a72d87155406ef02ab114d2461fb736;p=python Fix spelling error and remove Windows line endings. --- diff --git a/Lib/test/test_winsound.py b/Lib/test/test_winsound.py index 901b7019cc..7b4fa15c0a 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):