summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_unicodedata.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-07-22 21:49:32 (GMT)
committerGeorg Brandl <georg@python.org>2005-07-22 21:49:32 (GMT)
commit7eb4b7d177adae5b5d0aefa6f54170b3967b2473 (patch)
tree9006926c7dc6c5ca522c2fdbf055a40f88fad2b1 /Lib/test/test_unicodedata.py
parent08c02dbb85a8eebe3395658260dec36dd4169381 (diff)
downloadcpython-7eb4b7d177adae5b5d0aefa6f54170b3967b2473.zip
cpython-7eb4b7d177adae5b5d0aefa6f54170b3967b2473.tar.gz
cpython-7eb4b7d177adae5b5d0aefa6f54170b3967b2473.tar.bz2
Fix all wrong instances of "it's".
Diffstat (limited to 'Lib/test/test_unicodedata.py')
-rw-r--r--Lib/test/test_unicodedata.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_unicodedata.py b/Lib/test/test_unicodedata.py
index 0bbabb1..f6dbe0e 100644
--- a/Lib/test/test_unicodedata.py
+++ b/Lib/test/test_unicodedata.py
@@ -191,7 +191,7 @@ class UnicodeMiscTest(UnicodeDatabaseTest):
def test_decimal_numeric_consistent(self):
# Test that decimal and numeric are consistent,
# i.e. if a character has a decimal value,
- # it's numeric value should be the same.
+ # its numeric value should be the same.
count = 0
for i in xrange(0x10000):
c = unichr(i)
@@ -204,7 +204,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,
- # it's numeric value should be the same.
+ # its numeric value should be the same.
count = 0
for i in xrange(0x10000):
c = unichr(i)