Commit: 69a9bcc2067bfc975ad3e9aa2e61eb7b76c2b187
Author: Jacques Lucke
Date:   Wed Nov 14 13:05:45 2018 +0100
Branches: blender2.8
https://developer.blender.org/rB69a9bcc2067bfc975ad3e9aa2e61eb7b76c2b187

minor cleanup

===================================================================

M       source/blender/python/gpu/gpu_py_shader.c

===================================================================

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)

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to