gpu module: close quotation marks in descriptions

This commit is contained in:
2018-09-06 04:43:08 -03:00
parent 5ad36c975f
commit 9eb1c3f70c

View File

@@ -361,7 +361,7 @@ PyDoc_STRVAR(py_gpu_batch_doc,
" \"LINES_ADJ\",\n"
" \"TRIS_ADJ\",\n"
" \"LINE_STRIP_ADJ\",\n"
" \"NONE}\n"
" \"NONE\"}\n"
" :type type: `str`\n"
" :param buf: Vertex buffer.\n"
" :type buf: :class: `gpu.types.GPUVertBuf`\n"