diff -r 9407026610bb -r 91dc4fa9bc9c Preferences/ConfigurationPages/DebuggerPython2Page.py --- a/Preferences/ConfigurationPages/DebuggerPython2Page.py Sat Jun 30 15:30:43 2018 +0200 +++ b/Preferences/ConfigurationPages/DebuggerPython2Page.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()