style cleanup: remove '.' from docstring endings and use quotes for descriptions.

This commit is contained in:
2012-07-01 07:55:44 +00:00
parent 7ef55c62f3
commit 9454015289
10 changed files with 10 additions and 10 deletions

View File

@@ -2,7 +2,7 @@ import bpy
class ModalTimerOperator(bpy.types.Operator):
'''Operator which runs its self from a timer.'''
"""Operator which runs its self from a timer"""
bl_idname = "wm.modal_timer_operator"
bl_label = "Modal Timer Operator"