From 1b575cbb75c3cfd402374a876c2e900f31dda791 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Sun, 11 Oct 2020 18:19:42 -0400 Subject: Cleanup: Pydoc strings --- source/blender/python/gpu/gpu_py_batch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/python/gpu/gpu_py_batch.c') diff --git a/source/blender/python/gpu/gpu_py_batch.c b/source/blender/python/gpu/gpu_py_batch.c index 60b78b51890..81d1cb7055d 100644 --- a/source/blender/python/gpu/gpu_py_batch.c +++ b/source/blender/python/gpu/gpu_py_batch.c @@ -172,8 +172,8 @@ PyDoc_STRVAR( "\n" " Assign a shader to this batch that will be used for drawing when not overwritten later.\n" " Note: This method has to be called in the draw context that the batch will be drawn in.\n" - " This function does not need to be called when you always set the shader when calling " - "`batch.draw`.\n" + " This function does not need to be called when you always\n" + " set the shader when calling :meth:`gpu.types.GPUBatch.draw`.\n" "\n" " :param program: The program/shader the batch will use in future draw calls.\n" " :type program: :class:`gpu.types.GPUShader`\n"); -- cgit v1.2.3