diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-12-10 09:11:23 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-12-10 09:11:23 (GMT) |
commit | 40e86f0df2084fa237cad5fbde7d377077b9522d (patch) | |
tree | aa51ee935cb4e2b0e56cf03b91e593eb69a4bcad | |
parent | 129fd04440be35c21975417016479ea8a2bc4700 (diff) | |
download | cpython-40e86f0df2084fa237cad5fbde7d377077b9522d.zip cpython-40e86f0df2084fa237cad5fbde7d377077b9522d.tar.gz cpython-40e86f0df2084fa237cad5fbde7d377077b9522d.tar.bz2 |
Fied typo
-rw-r--r-- | Lib/test/support.py | 2 |
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): |