src/eric7/CodeFormatting/BlackFormattingAction.py

branch
eric7
changeset 9453
e5065dde905d
parent 9221
bf71ee032bb4
child 9653
e67609152c5e
--- a/src/eric7/CodeFormatting/BlackFormattingAction.py	Mon Oct 31 14:09:07 2022 +0100
+++ b/src/eric7/CodeFormatting/BlackFormattingAction.py	Mon Oct 31 15:29:18 2022 +0100
@@ -4,7 +4,7 @@
 #
 
 """
-Module implementing an enum defining the various code formatting actions.
+Module implementing an enum defining the various Black code formatting actions.
 """
 
 import enum
@@ -12,7 +12,7 @@
 
 class BlackFormattingAction(enum.Enum):
     """
-    Class defining the various code formatting actions.
+    Class defining the various Black code formatting actions.
     """
 
     Format = 0

eric ide

mercurial