From 69a9bcc2067bfc975ad3e9aa2e61eb7b76c2b187 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Wed, 14 Nov 2018 13:05:45 +0100 Subject: minor cleanup --- source/blender/python/gpu/gpu_py_shader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python/gpu') diff --git a/source/blender/python/gpu/gpu_py_shader.c b/source/blender/python/gpu/gpu_py_shader.c index 3b2665cc4a2..5f1ea7a33ce 100644 --- a/source/blender/python/gpu/gpu_py_shader.c +++ b/source/blender/python/gpu/gpu_py_shader.c @@ -740,7 +740,7 @@ PyDoc_STRVAR(bpygpu_shader_code_from_builtin_doc, " '3D_FLAT_COLOR',\n" " '3D_SMOOTH_COLOR'}\n" " :type shader_name: str\n" -" :return: vertex, fragment and geometry shader codes.\n" +" :return: Vertex, fragment and geometry shader codes.\n" " :rtype: dict\n" ); static PyObject *bpygpu_shader_code_from_builtin(BPyGPUShader *UNUSED(self), PyObject *arg) -- cgit v1.2.3