src/eric7/CodeFormatting/BlackUtilities.py

branch
eric7
changeset 9453
e5065dde905d
parent 9436
731d146193e2
child 9473
3f23dbf37dbe
diff -r 325c6de4b1f5 -r e5065dde905d src/eric7/CodeFormatting/BlackUtilities.py
--- a/src/eric7/CodeFormatting/BlackUtilities.py	Mon Oct 31 14:09:07 2022 +0100
+++ b/src/eric7/CodeFormatting/BlackUtilities.py	Mon Oct 31 15:29:18 2022 +0100
@@ -98,6 +98,6 @@
             "BlackUtilities",
             """<p><b>Black Version {0}</b></p>"""
             """<p><i>Black</i> is the uncompromising Python code"""
-            """ formatter.</p>"""
+            """ formatter.</p>""",
         ).format(black.__version__),
     )

eric ide

mercurial