minor api docs fix

This commit is contained in:
Jacques Lucke 2018-11-14 12:33:10 +01:00
parent 92166ecd91
commit 8778656692
1 changed files with 1 additions and 1 deletions

View File

@ -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"