diff -r e5065dde905d -r f3cf935c0c66 src/eric7/Documentation/Source/eric7.CodeFormatting.BlackFormattingDialog.html --- a/src/eric7/Documentation/Source/eric7.CodeFormatting.BlackFormattingDialog.html Mon Oct 31 15:29:18 2022 +0100 +++ b/src/eric7/Documentation/Source/eric7.CodeFormatting.BlackFormattingDialog.html Mon Oct 31 15:34:41 2022 +0100 @@ -9,7 +9,7 @@ <h1>eric7.CodeFormatting.BlackFormattingDialog</h1> <p> -Module implementing a dialog showing the code formatting progress and the result. +Module implementing a dialog showing the Black code formatting progress and the results. </p> <h3>Global Attributes</h3> @@ -22,7 +22,7 @@ <tr> <td><a href="#BlackFormattingDialog">BlackFormattingDialog</a></td> -<td>Class implementing a dialog showing the code formatting progress and the result.</td> +<td>Class implementing a dialog showing the Black code formatting progress and the results.</td> </tr> <tr> <td><a href="#BlackMultiprocessingReport">BlackMultiprocessingReport</a></td> @@ -52,7 +52,8 @@ <h2>BlackFormattingDialog</h2> <p> - Class implementing a dialog showing the code formatting progress and the result. + Class implementing a dialog showing the Black code formatting progress and the + results. </p> <h3>Derived from</h3> QDialog, Ui_BlackFormattingDialog @@ -100,7 +101,7 @@ </tr> <tr> <td><a href="#BlackFormattingDialog.__performAction">__performAction</a></td> -<td>Private method to exceute the requested formatting action.</td> +<td>Private method to execute the requested formatting action.</td> </tr> <tr> <td><a href="#BlackFormattingDialog.__populateStatusFilterCombo">__populateStatusFilterCombo</a></td> @@ -260,8 +261,8 @@ <dt><i>status</i> (str)</dt> <dd> -status of the performed action (one of 'changed', 'unchanged', - 'unmodified', 'failed' or 'ignored') +status of the performed action (one of 'changed', 'failed', + 'ignored', 'unchanged' or 'unmodified') </dd> <dt><i>filename</i> (str)</dt> <dd> @@ -277,7 +278,7 @@ <b>__performAction</b>(<i></i>) <p> - Private method to exceute the requested formatting action. + Private method to execute the requested formatting action. </p> <a NAME="BlackFormattingDialog.__populateStatusFilterCombo" ID="BlackFormattingDialog.__populateStatusFilterCombo"></a> <h4>BlackFormattingDialog.__populateStatusFilterCombo</h4>