From 2dc06f6d50d14a97ff0c37f88b6979d18a0fd279 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 3 Jul 2012 09:01:43 +0000 Subject: Style edit (mostly), use """ for docstrings (not '''). --- add_curve_aceous_galore.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'add_curve_aceous_galore.py') diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py index 44447162..b6417434 100644 --- a/add_curve_aceous_galore.py +++ b/add_curve_aceous_galore.py @@ -762,11 +762,10 @@ def main(context, self, align_matrix): return class Curveaceous_galore(bpy.types.Operator): - '''''' + """Add many types of curves""" bl_idname = "mesh.curveaceous_galore" bl_label = "Curveaceous galore" bl_options = {'REGISTER', 'UNDO'} - bl_description = "adds many types of curves" # align_matrix for the invoke align_matrix = Matrix() -- cgit v1.2.3