diff options
Diffstat (limited to 'Doc/library/modulefinder.rst')
| -rw-r--r-- | Doc/library/modulefinder.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/modulefinder.rst b/Doc/library/modulefinder.rst index 41b387bb99..41c603ce9b 100644 --- a/Doc/library/modulefinder.rst +++ b/Doc/library/modulefinder.rst @@ -22,8 +22,7 @@ report of the imported modules will be printed. .. function:: ReplacePackage(oldname, newname) Allows specifying that the module named *oldname* is in fact the package named - *newname*. The most common usage would be to handle how the :mod:`_xmlplus` - package replaces the :mod:`xml` package. + *newname*. .. class:: ModuleFinder(path=None, debug=0, excludes=[], replace_paths=[]) |
