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:
authorCampbell Barton <ideasman42@gmail.com>2012-07-01 11:55:44 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-07-01 11:55:44 +0400
commit94540152894b9b43bd54e771cf2821408ccd9bf0 (patch)
tree670273e94e529cfce1fa0ed9459c120ebd84178e /release/scripts/templates/operator_modal.py
parent7ef55c62f38682516d6d0b51816daf5190b75b97 (diff)
style cleanup: remove '.' from docstring endings and use quotes for descriptions.
Diffstat (limited to 'release/scripts/templates/operator_modal.py')
-rw-r--r--release/scripts/templates/operator_modal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/templates/operator_modal.py b/release/scripts/templates/operator_modal.py
index a428b097f82..d8115bc95bf 100644
--- a/release/scripts/templates/operator_modal.py
+++ b/release/scripts/templates/operator_modal.py
@@ -3,7 +3,7 @@ from bpy.props import IntProperty, FloatProperty
class ModalOperator(bpy.types.Operator):
- '''Move an object with the mouse, example.'''
+ """Move an object with the mouse, example"""
bl_idname = "object.modal_operator"
bl_label = "Simple Modal Operator"