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:
authormano-wii <germano.costa@ig.com.br>2018-09-06 10:43:08 +0300
committermano-wii <germano.costa@ig.com.br>2018-09-06 10:43:08 +0300
commit9eb1c3f70c40f58cdc18170e29e999e5b28bd86e (patch)
tree8a620c61e7426533362a4564211c98c2fa64569b
parent5ad36c975f6eb017561e0931c35b46fe2fce1d12 (diff)
gpu module: close quotation marks in descriptions
-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 becf8e08591..ccbb0b3ecd2 100644
--- a/source/blender/python/gpu/gpu_py_batch.c
+++ b/source/blender/python/gpu/gpu_py_batch.c
@@ -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"