- spelling error and example fix

This commit is contained in:
2004-05-15 03:02:11 +00:00
parent 95c546bd9d
commit d00ad69b06
2 changed files with 4 additions and 4 deletions

View File

@@ -10,8 +10,8 @@ This module provides access to B{Scene Rendering Contexts} in Blender.
Example::
import Blender
from Blender import Scene
from Blender import Scene.Render
from Blender import *
from Blender.Scene import Render
scn = Scene.GetCurrent()
context = scn.getRenderingContext()