--- a/ProjectFlask/FlaskConfigDialog.py Wed Dec 30 11:02:08 2020 +0100 +++ b/ProjectFlask/FlaskConfigDialog.py Sat Apr 24 11:30:11 2021 +0200 @@ -33,7 +33,7 @@ @param parent reference to the parent widget @type QWidget """ - super(FlaskConfigDialog, self).__init__(parent) + super().__init__(parent) self.setupUi(self) self.newEnvironmentButton.setIcon( @@ -129,7 +129,7 @@ """ Private method to install flask into the newly created environment. - @param venvtDir directory containing the virtual environment + @param venvDir directory containing the virtual environment @type str """ from PipInterface.PipDialog import PipDialog