summaryrefslogtreecommitdiff
path: root/six.py
diff options
context:
space:
mode:
Diffstat (limited to 'six.py')
-rw-r--r--six.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/six.py b/six.py
index 69e78b1..9ecaa3c 100644
--- a/six.py
+++ b/six.py
@@ -34,7 +34,7 @@ def _add_doc(func, doc):
def _import_module(name):
- """Import module, returning last module in string."""
+ """Import module, returning the module after the last dot."""
__import__(name)
return sys.modules[name]