summaryrefslogtreecommitdiff
path: root/Lib
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-05-03 04:46:14 +0000
committerTim Peters <tim.peters@gmail.com>2006-05-03 04:46:14 +0000
commit4511a713d58a8c530dc341d3eb5a205b5a5d551f (patch)
tree0203a452db59899d3c8d19c6159eaeade8dbbe04 /Lib
parent3053667d0950d267de3d6e210e4408435cda05dc (diff)
downloadcpython-git-4511a713d58a8c530dc341d3eb5a205b5a5d551f.tar.gz
Whitespace normalization.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_unicode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_unicode.py b/Lib/test/test_unicode.py
index 2858d1dbf9..34f9371658 100644
--- a/Lib/test/test_unicode.py
+++ b/Lib/test/test_unicode.py
@@ -410,7 +410,7 @@ class UnicodeTest(
def __str__(self):
return u'\u1234'
self.assertEqual('%s' % Wrapper(), u'\u1234')
-
+
@test_support.run_with_locale('LC_ALL', 'de_DE', 'fr_FR')
def test_format_float(self):
# should not format with a comma, but always with C locale