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

@@ -18,7 +18,7 @@ from bpy.types import Operator
class ExportSomeData(Operator, ExportHelper):
'''This appears in the tooltip of the operator and in the generated docs'''
"""This appears in the tooltip of the operator and in the generated docs"""
bl_idname = "export_test.some_data" # important since its how bpy.ops.import_test.some_data is constructed
bl_label = "Export Some Data"