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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'precision_drawing_tools/pdt_bix.py')
-rw-r--r--precision_drawing_tools/pdt_bix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/precision_drawing_tools/pdt_bix.py b/precision_drawing_tools/pdt_bix.py
index 286d3b2b..bf3e8ab8 100644
--- a/precision_drawing_tools/pdt_bix.py
+++ b/precision_drawing_tools/pdt_bix.py
@@ -109,7 +109,7 @@ def add_line_to_bisection(context):
class PDT_OT_LineOnBisection(bpy.types.Operator):
- """Create Bisector between 2 Selected Edges."""
+ """Create Bisector between 2 Selected Edges"""
bl_idname = "pdt.linetobisect"
bl_label = "Add Edges Bisector"