From 1ba4e5bf3fdc312c06432c4e08e38fba7243565c Mon Sep 17 00:00:00 2001 From: cpopa Date: Tue, 22 Apr 2014 23:23:34 +0300 Subject: Fix name. --- test/input/func_indexing_exceptions_py_30.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/input/func_indexing_exceptions_py_30.py b/test/input/func_indexing_exceptions_py_30.py index 1200631..95efb6c 100644 --- a/test/input/func_indexing_exceptions_py_30.py +++ b/test/input/func_indexing_exceptions_py_30.py @@ -13,4 +13,4 @@ _ = IndexError("test")[0] _ = ZeroDivisionError("error")[0] _ = ExtensionException("error")[0] _ = SubException("error")[1] -_ = socker.error("socket")[0] +_ = socket.error("socket")[0] -- cgit v1.2.1