[Bf-blender-cvs] [9eb1c3f70c4] blender2.8: gpu module: close quotation marks in descriptions

mano-wii noreply at git.blender.org
Thu Sep 6 09:43:17 CEST 2018


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"



More information about the Bf-blender-cvs mailing list