[Bf-blender-cvs] [87786566929] blender2.8: minor api docs fix

Jacques Lucke noreply at git.blender.org
Wed Nov 14 12:33:18 CET 2018


Commit: 87786566929610e8717b859cc6e61637d70a9ab0
Author: Jacques Lucke
Date:   Wed Nov 14 12:33:10 2018 +0100
Branches: blender2.8
https://developer.blender.org/rB87786566929610e8717b859cc6e61637d70a9ab0

minor api docs fix

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

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

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

diff --git a/source/blender/python/gpu/gpu_py_vertex_buffer.c b/source/blender/python/gpu/gpu_py_vertex_buffer.c
index 19d47a3e4e7..c13e3f2195e 100644
--- a/source/blender/python/gpu/gpu_py_vertex_buffer.c
+++ b/source/blender/python/gpu/gpu_py_vertex_buffer.c
@@ -313,7 +313,7 @@ static void bpygpu_VertBuf_dealloc(BPyGPUVertBuf *self)
 PyDoc_STRVAR(py_gpu_vertex_buffer_doc,
 ".. class:: GPUVertBuf(len, format)\n"
 "\n"
-"   Contains a VBO."
+"   Contains a VBO.\n"
 "\n"
 "   :param len: Amount of vertices that will fit into this buffer.\n"
 "   :type type: `int`\n"



More information about the Bf-blender-cvs mailing list