summaryrefslogtreecommitdiffstats
path: root/Doc/library/modulefinder.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/modulefinder.rst')
-rw-r--r--Doc/library/modulefinder.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/modulefinder.rst b/Doc/library/modulefinder.rst
index e9043d2..6db02ff 100644
--- a/Doc/library/modulefinder.rst
+++ b/Doc/library/modulefinder.rst
@@ -1,4 +1,3 @@
-
:mod:`modulefinder` --- Find modules used by a script
=====================================================
@@ -27,7 +26,7 @@ report of the imported modules will be printed.
package replaces the :mod:`xml` package.
-.. class:: ModuleFinder([path=None, debug=0, excludes=[], replace_paths=[]])
+.. class:: ModuleFinder(path=None, debug=0, excludes=[], replace_paths=[])
This class provides :meth:`run_script` and :meth:`report` methods to determine
the set of modules imported by a script. *path* can be a list of directories to