From 87786566929610e8717b859cc6e61637d70a9ab0 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Wed, 14 Nov 2018 12:33:10 +0100 Subject: minor api docs fix --- source/blender/python/gpu/gpu_py_vertex_buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python/gpu') 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" -- cgit v1.2.3