[pypy-commit] pypy py3.5: fix docstring

arigo pypy.commits at gmail.com
Tue Aug 16 14:06:28 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: py3.5
Changeset: r86226:2006ae854789
Date: 2016-08-16 13:23 +0200
http://bitbucket.org/pypy/pypy/changeset/2006ae854789/

Log:	fix docstring

diff --git a/pypy/module/imp/__init__.py b/pypy/module/imp/__init__.py
--- a/pypy/module/imp/__init__.py
+++ b/pypy/module/imp/__init__.py
@@ -2,8 +2,7 @@
 
 class Module(MixedModule):
     """
-    This module provides the components needed to build your own
-    __import__ function.
+    (Extremely) low-level import machinery bits as used by importlib and imp.
     """
     applevel_name = '_imp'
 


More information about the pypy-commit mailing list