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:
authorCampbell Barton <ideasman42@gmail.com>2018-10-04 06:08:04 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-04 06:08:28 +0300
commit46eb050c9d0e0dae5708f0682b5034837bf2f111 (patch)
treed85d877044b574802e61b3e8232688796067e824 /source/blender/python/gpu/gpu_py_batch.c
parentffa15f4b4ad6c0ff70dfc2801bc32989ad97d257 (diff)
Cleanup: remove single backtick quotes
This isn't valid RST.
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)