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:
authorJacques Lucke <mail@jlucke.com>2018-11-14 14:33:10 +0300
committerJacques Lucke <mail@jlucke.com>2018-11-14 14:33:10 +0300
commit87786566929610e8717b859cc6e61637d70a9ab0 (patch)
treea94f0cb4b9db5e2f62cf4ab603f2af3f15bfcc6f /source/blender/python/gpu
parent92166ecd91dfd464307e5292d1357b6bb652d8d4 (diff)
minor api docs fix
Diffstat (limited to 'source/blender/python/gpu')
-rw-r--r--source/blender/python/gpu/gpu_py_vertex_buffer.c2
1 files changed, 1 insertions, 1 deletions
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"