summaryrefslogtreecommitdiff
path: root/Lib/test/test_unicodedata.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-03-07 17:30:48 +0000
committerTim Peters <tim.peters@gmail.com>2003-03-07 17:30:48 +0000
commitcf70d322b98b5b8785df2177f4be623f6ad67ad0 (patch)
treeebf2bdea2496615bab02e4dc4f6ad9d6c6cb6159 /Lib/test/test_unicodedata.py
parentb01d20fc8967819d0d7c8be50fa3bfaea7cf6dbc (diff)
downloadcpython-cf70d322b98b5b8785df2177f4be623f6ad67ad0.tar.gz
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_unicodedata.py')
-rw-r--r--Lib/test/test_unicodedata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_unicodedata.py b/Lib/test/test_unicodedata.py
index 95077c302e..a3a5fbc972 100644
--- a/Lib/test/test_unicodedata.py
+++ b/Lib/test/test_unicodedata.py
@@ -191,7 +191,7 @@ class UnicodeMiscTest(UnicodeDatabaseTest):
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):