summaryrefslogtreecommitdiff
path: root/Lib/test/test_stringprep.py
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2003-10-20 14:01:56 +0000
committerWalter Dörwald <walter@livinglogic.de>2003-10-20 14:01:56 +0000
commitf0dfc7ac5c2f76baaae0c3b45bc339281cfa2adc (patch)
tree9a4b5d8c9ea1dbbd4ead4b2990c77a997fb3905b /Lib/test/test_stringprep.py
parent4b17e3993b7d4ada586e66ad40a73e12e086645e (diff)
downloadcpython-git-f0dfc7ac5c2f76baaae0c3b45bc339281cfa2adc.tar.gz
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 c116adc93c..4459689989 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()