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:
Diffstat (limited to 'release/scripts/templates/operator_file_export.py')
-rw-r--r--release/scripts/templates/operator_file_export.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/templates/operator_file_export.py b/release/scripts/templates/operator_file_export.py
index e3e0217e26a..9511cb163bc 100644
--- a/release/scripts/templates/operator_file_export.py
+++ b/release/scripts/templates/operator_file_export.py
@@ -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"