Fix T84388: Invalid operator reference in the quick-start

This commit is contained in:
Campbell Barton 2021-01-05 13:39:32 +11:00
parent 6990b6ed3b
commit a0db43cd7b
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ Examples:
{'FINISHED'}
>>> bpy.ops.mesh.hide(unselected=False)
{'FINISHED'}
>>> bpy.ops.object.scale_apply()
>>> bpy.ops.object.transform_apply()
{'FINISHED'}
.. tip::