Docs: Fix wrong function return type

Fixes https://projects.blender.org/blender/blender-manual/issues/104384
This commit is contained in:
Aaron Carlisle 2023-04-15 21:03:47 -04:00
parent b601ae87d0
commit bb25302fc3

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