summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2014-12-11 23:05:51 +0200
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2014-12-11 23:05:51 +0200
commit915c7107f9bfa4d981107b5cebf20dad19dece75 (patch)
treed06bb7744ea0fed90ae21cc61614d6c4cc959a3a
parent3a9f2d9a91449c9a4722969eaa3785ebfd1950a0 (diff)
downloadastroid-915c7107f9bfa4d981107b5cebf20dad19dece75.tar.gz
Fix a typo.
-rw-r--r--astroid/brain/py2stdlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/brain/py2stdlib.py b/astroid/brain/py2stdlib.py
index b79eb6f..ad17047 100644
--- a/astroid/brain/py2stdlib.py
+++ b/astroid/brain/py2stdlib.py
@@ -324,7 +324,7 @@ MANAGER.register_transform(nodes.CallFunc, inference_tip(infer_enum),
MANAGER.register_transform(nodes.Class, infer_enum_class)
register_module_extender(MANAGER, 'hashlib', hashlib_transform)
register_module_extender(MANAGER, 'collections', collections_transform)
-register_module_extender(MANAGER, 'pkg_resourcds', pkg_resources_transform)
+register_module_extender(MANAGER, 'pkg_resources', pkg_resources_transform)
register_module_extender(MANAGER, 'subprocess', subprocess_transform)