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
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/examples/bpy.types.Panel.1.py2
-rw-r--r--doc/python_api/examples/bpy.types.Panel.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/python_api/examples/bpy.types.Panel.1.py b/doc/python_api/examples/bpy.types.Panel.1.py
index 2fe476cff9c..afe9493438e 100644
--- a/doc/python_api/examples/bpy.types.Panel.1.py
+++ b/doc/python_api/examples/bpy.types.Panel.1.py
@@ -41,4 +41,4 @@ class ObjectSelectPanel(bpy.types.Panel):
row.operator("object.select_random")
-bpy.utils.register_class(ObjectSelectPanel) \ No newline at end of file
+bpy.utils.register_class(ObjectSelectPanel)
diff --git a/doc/python_api/examples/bpy.types.Panel.py b/doc/python_api/examples/bpy.types.Panel.py
index 210665b5a47..1f64b953786 100644
--- a/doc/python_api/examples/bpy.types.Panel.py
+++ b/doc/python_api/examples/bpy.types.Panel.py
@@ -25,4 +25,4 @@ class HelloWorldPanel(bpy.types.Panel):
self.layout.label(text="Hello World")
-bpy.utils.register_class(HelloWorldPanel) \ No newline at end of file
+bpy.utils.register_class(HelloWorldPanel)