Python API

==========

Fix typo in Scene documentation.
This commit is contained in:
Ken Hughes
2006-12-07 20:15:52 +00:00
parent c3fdaac9b4
commit 02884e88d8

View File

@@ -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():