Whitespace normalization.
diff --git a/Lib/test/test_unicodedata.py b/Lib/test/test_unicodedata.py
index 95077c3..a3a5fbc 100644
--- a/Lib/test/test_unicodedata.py
+++ b/Lib/test/test_unicodedata.py
@@ -191,7 +191,7 @@
 
     def test_digit_numeric_consistent(self):
         # Test that digit and numeric are consistent,
-        # i.e. if a character has a digit value, 
+        # i.e. if a character has a digit value,
         # it's numeric value should be the same.
         count = 0
         for i in xrange(0x10000):