diff -r 4c52f07c186e -r 982465f8389c Documentation/Source/eric6.Utilities.ModuleParser.html --- a/Documentation/Source/eric6.Utilities.ModuleParser.html Wed Mar 22 18:45:15 2017 +0100 +++ b/Documentation/Source/eric6.Utilities.ModuleParser.html Wed Mar 22 18:50:20 2017 +0100 @@ -899,7 +899,7 @@ <hr /><hr /> <a NAME="readModule" ID="readModule"></a> <h2>readModule</h2> -<b>readModule</b>(<i>module, path=[], inpackage=False, basename="", extensions=None, caching=True</i>) +<b>readModule</b>(<i>module, path=None, inpackage=False, basename="", extensions=None, caching=True</i>) <p> Function to read a module file and parse it. </p><p> @@ -909,18 +909,18 @@ </p><dl> <dt><i>module</i></dt> <dd> -Name of the module to be parsed (string) +name of the module to be parsed (string) </dd><dt><i>path</i></dt> <dd> -Searchpath for the module (list of strings) +search path for the module (list of strings) </dd><dt><i>inpackage</i></dt> <dd> -Flag indicating that module is inside a +flag indicating that module is inside a package (boolean) </dd><dt><i>basename</i></dt> <dd> -a path basename. This basename is deleted from - the filename of the module file to be read. (string) +a path basename that is deleted from the filename of + the module file to be read (string) </dd><dt><i>extensions</i></dt> <dd> list of extensions, which should be considered valid