From 40e86f0df2084fa237cad5fbde7d377077b9522d Mon Sep 17 00:00:00 2001
From: Vinay Sajip <vinay_sajip@yahoo.co.uk>
Date: Fri, 10 Dec 2010 09:11:23 +0000
Subject: [PATCH] Fied typo

---
 Lib/test/support.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Lib/test/support.py b/Lib/test/support.py
index 7eb3e7d64c..2fd019af2d 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):
-- 
2.49.0