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-13 17:25:22 +0300
committerJacques Lucke <mail@jlucke.com>2018-11-13 17:25:51 +0300
commitc8975b0fc71c0e02f7bb7bc4680077b5745a6931 (patch)
tree22a129061a69a58c912b42f16aad992e3117696c /source/blender/python/gpu/gpu_py_vertex_buffer.c
parent444f1fd4237d68151cb0cb844ad25276102291bd (diff)
Py API Docs: GPUVertFormat documentation
Diffstat (limited to 'source/blender/python/gpu/gpu_py_vertex_buffer.c')
-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 37357fa115c..19d47a3e4e7 100644
--- a/source/blender/python/gpu/gpu_py_vertex_buffer.c
+++ b/source/blender/python/gpu/gpu_py_vertex_buffer.c
@@ -253,7 +253,7 @@ PyDoc_STRVAR(bpygpu_VertBuf_attr_fill_doc,
" :param id: Either the name or the id of the attribute.\n"
" :type id: int or str\n"
" :param data: Sequence of data that should be stored in the buffer\n"
-" :type data: sequence of individual values or tuples\n"
+" :type data: sequence of values or tuples\n"
);
static PyObject *bpygpu_VertBuf_attr_fill(BPyGPUVertBuf *self, PyObject *args, PyObject *kwds)
{