Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts/startup/bl_operators/wm.py')
-rw-r--r--release/scripts/startup/bl_operators/wm.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_operators/wm.py b/release/scripts/startup/bl_operators/wm.py
index b011711d133..170b9f3ae44 100644
--- a/release/scripts/startup/bl_operators/wm.py
+++ b/release/scripts/startup/bl_operators/wm.py
@@ -1327,7 +1327,10 @@ class WM_OT_properties_edit(Operator):
use_soft_limits: BoolProperty(
name="Use Soft Limits",
- description="Limits the Property Value slider to a range, values outside the range must be inputted numerically",
+ description=(
+ "Limits the Property Value slider to a range, "
+ "values outside the range must be inputted numerically"
+ ),
)
array_length: IntProperty(
name="Array Length",