diff options
author | Georg Brandl <georg@python.org> | 2009-06-08 09:13:45 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-06-08 09:13:45 (GMT) |
commit | cd7f32b6cd0dc03383319846e4c7962b4716e439 (patch) | |
tree | b455b6962e36ced3a77b5f7ab8e647df57c3b790 /Doc/library/modulefinder.rst | |
parent | cdf8b34b5164fb660c6d2554efb0bf45896c09e2 (diff) | |
download | cpython-cd7f32b6cd0dc03383319846e4c7962b4716e439.zip cpython-cd7f32b6cd0dc03383319846e4c7962b4716e439.tar.gz cpython-cd7f32b6cd0dc03383319846e4c7962b4716e439.tar.bz2 |
Signature documentation style update, modules J, K, L and M.
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 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 |