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:
authorCampbell Barton <ideasman42@gmail.com>2011-06-21 21:17:51 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-06-21 21:17:51 +0400
commiteaae38551f19a06c903c8beadbcaad9453b81b49 (patch)
tree74494e7bff6983641b0cca421732b3ab765dd205 /doc
parentd33b63c5d85db9a8632a3571048f2fcbf713740d (diff)
pep8 compliance
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/examples/bpy.props.4.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/python_api/examples/bpy.props.4.py b/doc/python_api/examples/bpy.props.4.py
index d44f8947cb4..2b44d94f72a 100644
--- a/doc/python_api/examples/bpy.props.4.py
+++ b/doc/python_api/examples/bpy.props.4.py
@@ -10,6 +10,7 @@ All properties define update functions except for CollectionProperty.
import bpy
+
def update_func(self, context):
print("my test function", self)