summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_stringprep.py
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2003-10-20 14:34:48 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2003-10-20 14:34:48 (GMT)
commit4958f2741aebb85bdfd7f7c9f108f1b6e3734ae9 (patch)
treee92fac7c72f0215bc83f2650353823a00eead74f /Lib/test/test_stringprep.py
parent367e2ae08515a40b6b56e787898b34fba8847986 (diff)
downloadcpython-4958f2741aebb85bdfd7f7c9f108f1b6e3734ae9.zip
cpython-4958f2741aebb85bdfd7f7c9f108f1b6e3734ae9.tar.gz
cpython-4958f2741aebb85bdfd7f7c9f108f1b6e3734ae9.tar.bz2
Backport checkin:
Fix a bunch of typos in documentation, docstrings and comments. (From SF patch #810751)
Diffstat (limited to 'Lib/test/test_stringprep.py')
-rw-r--r--Lib/test/test_stringprep.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_stringprep.py b/Lib/test/test_stringprep.py
index c116adc..4459689 100644
--- a/Lib/test/test_stringprep.py
+++ b/Lib/test/test_stringprep.py
@@ -71,7 +71,7 @@ verify(not in_table_d2(u"\u0040"))
# This would generate a hash of all predicates. However, running
# it is quite expensive, and only serves to detect changes in the
# unicode database. Instead, stringprep.py asserts the version of
-# of the database.
+# the database.
# predicates = [k for k in dir(stringprep) if k.startswith("in_table")]
# predicates.sort()