From bb25302fc31b2561983f4ad207f64a5f91ed7716 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Sat, 15 Apr 2023 21:03:47 -0400 Subject: [PATCH] Docs: Fix wrong function return type Fixes https://projects.blender.org/blender/blender-manual/issues/104384 --- scripts/modules/gpu_extras/batch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/modules/gpu_extras/batch.py b/scripts/modules/gpu_extras/batch.py index 6c9ab52c1a3..46cd68dd0e5 100644 --- a/scripts/modules/gpu_extras/batch.py +++ b/scripts/modules/gpu_extras/batch.py @@ -16,7 +16,7 @@ def batch_for_shader(shader, type, content, *, indices=None): :arg content: Maps the name of the shader attribute with the data to fill the vertex buffer. :type content: dict :return: compatible batch - :rtype: :class:`gpu.types.Batch` + :rtype: :class:`gpu.types.GPUBatch` """ from gpu.types import ( GPUBatch,