Fix T48212: Typos in bpy enum props examples.

This commit is contained in:
2016-04-21 12:16:32 +02:00
parent 7205bac989
commit 0b349871d8
2 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ bpy.types.Scene.my_settings = \
bpy.props.CollectionProperty(type=SceneSettingItem)
# Assume an armature object selected
print("Adding 3 values!")
print("Adding 2 values!")
my_item = bpy.context.scene.my_settings.add()
my_item.name = "Spam"