Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/python/gpu/gpu_py_batch.c')
-rw-r--r--source/blender/python/gpu/gpu_py_batch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/gpu/gpu_py_batch.c b/source/blender/python/gpu/gpu_py_batch.c
index cc0487cf6a9..c6acbcb0308 100644
--- a/source/blender/python/gpu/gpu_py_batch.c
+++ b/source/blender/python/gpu/gpu_py_batch.c
@@ -172,7 +172,7 @@ PyDoc_STRVAR(bpygpu_VertBatch_draw_doc,
" Run the drawing program with the parameters assigned to the batch.\n"
"\n"
" :param program: program that performs the drawing operations. \n"
-" If `None` is passed, the last program setted to this batch will run.\n"
+" If ``None`` is passed, the last program setted to this batch will run.\n"
" :type program: :class:`gpu.types.GPUShader`\n"
);
static PyObject *bpygpu_VertBatch_draw(BPyGPUBatch *self, PyObject *args)