From 2512d6d83a72d87155406ef02ab114d2461fb736 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 24 Apr 2000 14:01:51 +0000 Subject: Fix spelling error and remove Windows line endings. --- Lib/test/test_winsound.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v0.12