From 50fb0fd636a46a61922259a423d654045ba487ba Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Mon, 6 Dec 2021 22:07:38 -0500 Subject: Docs: Incorrect link to context type Fixes T93773 --- doc/python_api/sphinx_doc_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py index ea6919ae6dc..fda47194be0 100644 --- a/doc/python_api/sphinx_doc_gen.py +++ b/doc/python_api/sphinx_doc_gen.py @@ -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), -- cgit v1.2.3