--- a/eric6/Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py Tue Jan 05 18:28:31 2021 +0100 +++ b/eric6/Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py Wed Jan 06 13:47:01 2021 +0100 @@ -42,7 +42,7 @@ Constructor @param parent parent widget (QWidget) - @param fromEric flag indicating a call from within eric6 + @param fromEric flag indicating a call from within eric """ super(QRegularExpressionWizardWidget, self).__init__(parent) self.setupUi(self) @@ -463,7 +463,7 @@ """ Private slot to copy the QRegularExpression string into the clipboard. - This slot is only available, if not called from within eric6. + This slot is only available, if not called from within eric. """ escaped = self.regexpTextEdit.toPlainText() if escaped: @@ -782,7 +782,7 @@ Constructor @param parent parent widget (QWidget) - @param fromEric flag indicating a call from within eric6 + @param fromEric flag indicating a call from within eric """ super(QRegularExpressionWizardDialog, self).__init__(parent) self.setModal(fromEric)