summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcpopa <devnull@localhost>2014-04-22 23:23:34 +0300
committercpopa <devnull@localhost>2014-04-22 23:23:34 +0300
commit1ba4e5bf3fdc312c06432c4e08e38fba7243565c (patch)
tree6711ef3828c8ea78352ede164fac3804944cbd3d
parent535b6eab04ed6bf40e8c7e1fa37880888254bc6d (diff)
downloadpylint-1ba4e5bf3fdc312c06432c4e08e38fba7243565c.tar.gz
Fix name.
-rw-r--r--test/input/func_indexing_exceptions_py_30.py2
1 files changed, 1 insertions, 1 deletions
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]