Commit: 9eb1c3f70c40f58cdc18170e29e999e5b28bd86e
Author: mano-wii
Date:   Thu Sep 6 04:43:08 2018 -0300
Branches: blender2.8
https://developer.blender.org/rB9eb1c3f70c40f58cdc18170e29e999e5b28bd86e

gpu module: close quotation marks in descriptions

===================================================================

M       source/blender/python/gpu/gpu_py_batch.c

===================================================================

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"

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to