From 0eadaac7dc3ae49974c105ff9e8c1e98a04d7d5a Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Thu, 24 Apr 2003 16:02:54 +0000 Subject: Whitespace normalization. --- Lib/test/string_tests.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/test/string_tests.py') diff --git a/Lib/test/string_tests.py b/Lib/test/string_tests.py index 591b409ae31..7c98a3bb8c8 100644 --- a/Lib/test/string_tests.py +++ b/Lib/test/string_tests.py @@ -631,4 +631,3 @@ class MixinStrUserStringTest: self.checkraises(TypeError, 'xyz', 'decode', 42) self.checkraises(TypeError, 'xyz', 'encode', 42) - -- cgit v1.2.3