diff --git a/source/blender/python/api2_2x/doc/Window.py b/source/blender/python/api2_2x/doc/Window.py index 348749fae7e..e6a81e9afde 100644 --- a/source/blender/python/api2_2x/doc/Window.py +++ b/source/blender/python/api2_2x/doc/Window.py @@ -320,7 +320,7 @@ def QRead (): # the left mouse button. from Blender import Draw, Window - v3d = Window.ScreenInfo(Window.Types.VIEW3D) + v3d = Window.GetScreenInfo(Window.Types.VIEW3D) id = v3d[0]['id'] # get the (first) VIEW3D's id done = 0