PipPackagesWidget: corrected a copy & paste issue in a source docu string.

Tue, 17 Sep 2019 19:20:18 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 17 Sep 2019 19:20:18 +0200
changeset 7241
0c0c9015c40f
parent 7240
5d7a17a948ad
child 7242
799f9ec0d4e6

PipPackagesWidget: corrected a copy & paste issue in a source docu string.

eric6/PipInterface/PipPackagesWidget.py file | annotate | diff | comparison | revisions
--- a/eric6/PipInterface/PipPackagesWidget.py	Tue Sep 17 19:17:07 2019 +0200
+++ b/eric6/PipInterface/PipPackagesWidget.py	Tue Sep 17 19:20:18 2019 +0200
@@ -261,9 +261,9 @@
     @pyqtSlot(int)
     def on_environmentsComboBox_currentIndexChanged(self, index):
         """
-        Private slot handling the selection of a conda environment.
+        Private slot handling the selection of a Python environment.
         
-        @param index index of the selected conda environment
+        @param index index of the selected Python environment
         @type int
         """
         self.__refreshPackagesList()

eric ide

mercurial