ProjectFlask/FlaskConfigDialog.py

changeset 61
fe1e8783a95f
parent 60
02243723ac17
child 64
0ee58185b8df
diff -r 02243723ac17 -r fe1e8783a95f ProjectFlask/FlaskConfigDialog.py
--- 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

eric ide

mercurial