src/eric7/Project/Project.py

branch
eric7
changeset 9235
b5fe898e171f
parent 9221
bf71ee032bb4
child 9264
18a7312cfdb3
child 9287
ce3ceb47300c
diff -r 97bdad5be46d -r b5fe898e171f src/eric7/Project/Project.py
--- a/src/eric7/Project/Project.py	Thu Jul 14 16:08:17 2022 +0200
+++ b/src/eric7/Project/Project.py	Thu Jul 14 16:08:57 2022 +0200
@@ -4884,7 +4884,7 @@
                 "<b>Check Code Formatting</b>"
                 "<p>This shows a dialog to enter parameters for the format check run"
                 " and performs a check, if the project sources need to be reformatted"
-                " using Black'.</p>"
+                " using 'Black'.</p>"
             )
         )
         self.blackCheckFormattingAct.triggered.connect(
@@ -4911,7 +4911,7 @@
                 "<b>Diff Code Formatting</b>"
                 "<p>This shows a dialog to enter parameters for the format diff run and"
                 " generates a unified diff of potential project source reformatting"
-                " using Black'.</p>"
+                " using 'Black'.</p>"
             )
         )
         self.blackDiffFormattingAct.triggered.connect(

eric ide

mercurial