PyDoc: fix for renamed context member

Missing change from 9cff9f9f5d.
This commit is contained in:
Campbell Barton 2021-08-10 17:14:55 +10:00
parent 128ca8c7f6
commit 61040a36aa
1 changed files with 1 additions and 1 deletions

View File

@ -1047,7 +1047,7 @@ context_type_map = {
"annotation_data": ("GreasePencil", False),
"annotation_data_owner": ("ID", False),
"armature": ("Armature", False),
"asset_library": ("AssetLibraryReference", False),
"asset_library_ref": ("AssetLibraryReference", False),
"bone": ("Bone", False),
"brush": ("Brush", False),
"camera": ("Camera", False),