--- a/Preferences/ConfigurationPages/DebuggerPython3Page.py Sat Jun 30 15:30:43 2018 +0200 +++ b/Preferences/ConfigurationPages/DebuggerPython3Page.py Sat Jun 30 15:51:40 2018 +0200 @@ -114,7 +114,7 @@ @pyqtSlot() def on_venvDlgButton_clicked(self): """ - Slot documentation goes here. + Private slot to show the virtual environment manager dialog. """ self.__virtualenvManager.showVirtualenvManagerDialog(modal=True) self.__populateAndSetVenvComboBox()