From 27f883687ba01f571ff7cc03a3f03b94030f92ad Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Thu, 8 Jul 2004 04:22:35 +0000 Subject: Whitespace normalization. --- Lib/test/test_textwrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/test_textwrap.py') diff --git a/Lib/test/test_textwrap.py b/Lib/test/test_textwrap.py index 8c7279d8f8..17fd1cf04f 100644 --- a/Lib/test/test_textwrap.py +++ b/Lib/test/test_textwrap.py @@ -128,7 +128,7 @@ What a mess! wrapper.width = 60 expect = ['And she said, "Go to hell!" Can you believe that?'] self.check(wrapper.wrap(text), expect) - + def test_wrap_short(self): # Wrapping to make short lines longer -- cgit v1.2.1