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:
authorKen Hughes <khughes@pacific.edu>2006-12-07 23:15:52 +0300
committerKen Hughes <khughes@pacific.edu>2006-12-07 23:15:52 +0300
commit02884e88d8dee3ca784a6ee7ccda7efd7f0ed2b7 (patch)
tree6b9e701dc55fc174c7695a4c41a7884d62124b51 /source/blender/python/api2_2x/doc/Scene.py
parentc3fdaac9b41c317d4806c67b30ffff7177050546 (diff)
Python API
========== Fix typo in Scene documentation.
Diffstat (limited to 'source/blender/python/api2_2x/doc/Scene.py')
-rw-r--r--source/blender/python/api2_2x/doc/Scene.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/python/api2_2x/doc/Scene.py b/source/blender/python/api2_2x/doc/Scene.py
index 31916b97ba6..97a837517b2 100644
--- a/source/blender/python/api2_2x/doc/Scene.py
+++ b/source/blender/python/api2_2x/doc/Scene.py
@@ -106,8 +106,8 @@ class Scene:
scene.layers = [3] # set layer 3
scene.layers = scene.layers.append(1)
print scene.layers # will print: [1, 3]
- @type objects: list of integers
- @ivar objects: An iterator for the scenes objects with set like functionality.
+ @type objects: list of objects
+ @ivar objects: An iterator for the scenes objects with set-like functionality.
"""
def getName():