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),