]> granicus.if.org Git - python/commitdiff
Fied typo
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Fri, 10 Dec 2010 09:11:23 +0000 (09:11 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Fri, 10 Dec 2010 09:11:23 +0000 (09:11 +0000)
Lib/test/support.py

index 7eb3e7d64cf6f4314fe11d2d93be99a0031b490e..2fd019af2d3e5311b1cad01b89e36088300a6b13 100644 (file)
@@ -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):