Cleanup: remove single backtick quotes

This isn't valid RST.
This commit is contained in:
2018-10-04 13:08:04 +10:00
parent ffa15f4b4a
commit 46eb050c9d
2 changed files with 24 additions and 24 deletions

View File

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