commit | d7d4fd7336baca618eb02b9a7e862bd8452d8f7d | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Jul 26 14:37:28 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Jul 26 14:37:28 2009 +0000 |
tree | 2273b0b04e103df5de2a4d51d56bcf20793f1719 | |
parent | 9fa61bb37d68225c827aa7809382ea701c264db5 [diff] [blame] |
builtin -> built-in.
diff --git a/Doc/library/imputil.rst b/Doc/library/imputil.rst index 86089d2..94194e2 100644 --- a/Doc/library/imputil.rst +++ b/Doc/library/imputil.rst
@@ -79,7 +79,7 @@ .. class:: BuiltinImporter() - Emulate the import mechanism for builtin and frozen modules. This is a + Emulate the import mechanism for built-in and frozen modules. This is a sub-class of the :class:`Importer` class. .. method:: BuiltinImporter.get_code(parent, modname, fqname)