--- a/Documentation/Source/eric6.Plugins.UiExtensionPlugins.PipInterface.PipFileSelectionDialog.html Tue Jun 12 19:01:06 2018 +0200 +++ b/Documentation/Source/eric6.Plugins.UiExtensionPlugins.PipInterface.PipFileSelectionDialog.html Tue Jun 12 19:02:21 2018 +0200 @@ -73,13 +73,13 @@ </table> <a NAME="PipFileSelectionDialog.__init__" ID="PipFileSelectionDialog.__init__"></a> <h4>PipFileSelectionDialog (Constructor)</h4> -<b>PipFileSelectionDialog</b>(<i>plugin, mode, install=True, parent=None</i>) +<b>PipFileSelectionDialog</b>(<i>pip, mode, install=True, parent=None</i>) <p> Constructor </p><dl> -<dt><i>plugin</i> (PipInterfacePlugin)</dt> +<dt><i>pip</i> (Pip)</dt> <dd> -reference to the plugin object +reference to the pip object </dd><dt><i>mode</i> (str)</dt> <dd> mode of the dialog @@ -98,7 +98,7 @@ </p><dl> <dt>Returns:</dt> <dd> -tuple with the pip command, the name of the +tuple with the environment name, the name of the selected file and a flag indicating to install to the user install directory </dd>