summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_unicodedata.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-03-07 17:30:48 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-03-07 17:30:48 (GMT)
commit669454e9dc4f8472b9239b4abdec1b7e111bb864 (patch)
treee5566ce903bf0f79dd1cd8292984a3b0a6d9ca6c /Lib/test/test_unicodedata.py
parentbf7e241397165fdbe68c5119912bf64a52f0e3a0 (diff)
downloadcpython-669454e9dc4f8472b9239b4abdec1b7e111bb864.zip
cpython-669454e9dc4f8472b9239b4abdec1b7e111bb864.tar.gz
cpython-669454e9dc4f8472b9239b4abdec1b7e111bb864.tar.bz2
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 95077c3..a3a5fbc 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):