summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2010-12-10 09:11:23 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2010-12-10 09:11:23 (GMT)
commit40e86f0df2084fa237cad5fbde7d377077b9522d (patch)
treeaa51ee935cb4e2b0e56cf03b91e593eb69a4bcad
parent129fd04440be35c21975417016479ea8a2bc4700 (diff)
downloadcpython-40e86f0df2084fa237cad5fbde7d377077b9522d.zip
cpython-40e86f0df2084fa237cad5fbde7d377077b9522d.tar.gz
cpython-40e86f0df2084fa237cad5fbde7d377077b9522d.tar.bz2
Fied typo
-rw-r--r--Lib/test/support.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/support.py b/Lib/test/support.py
index 7eb3e7d..2fd019a 100644
--- a/Lib/test/support.py
+++ b/Lib/test/support.py
@@ -43,7 +43,7 @@ __all__ = [
"run_unittest", "run_doctest", "threading_setup", "threading_cleanup",
"reap_children", "cpython_only", "check_impl_detail", "get_attribute",
"swap_item", "swap_attr", "requires_IEEE_754",
- "TestHandler", "Matr]
+ "TestHandler", "Matcher"]
class Error(Exception):