Docs: Incorrect link to context type

Fixes T93773
This commit is contained in:
Aaron Carlisle 2021-12-06 22:07:38 -05:00
parent 5cad004d71
commit 50fb0fd636

@ -1125,7 +1125,7 @@ context_type_map = {
"soft_body": ("SoftBodyModifier", False),
"speaker": ("Speaker", False),
"texture": ("Texture", False),
"texture_slot": ("MaterialTextureSlot", False),
"texture_slot": ("TextureSlot", False),
"texture_user": ("ID", False),
"texture_user_property": ("Property", False),
"ui_list": ("UIList", False),