From 63810ffcef825930b034899f54107fc35b159349 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 3 Jul 2012 09:02:41 +0000 Subject: Style edit (mostly), use """ for docstrings (not '''). Should also fix the broken py ops tips... --- release/scripts/startup/bl_operators/mesh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts/startup/bl_operators/mesh.py') diff --git a/release/scripts/startup/bl_operators/mesh.py b/release/scripts/startup/bl_operators/mesh.py index 51645bfeeab..3dc25d84aca 100644 --- a/release/scripts/startup/bl_operators/mesh.py +++ b/release/scripts/startup/bl_operators/mesh.py @@ -25,7 +25,7 @@ from bpy.props import EnumProperty class MeshMirrorUV(Operator): - '''Copy mirror UV coordinates on the X axis based on a mirrored mesh''' + """Copy mirror UV coordinates on the X axis based on a mirrored mesh""" bl_idname = "mesh.faces_mirror_uv" bl_label = "Copy Mirrored UV coords" bl_options = {'REGISTER', 'UNDO'} -- cgit v1.2.3