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,