[Bf-blender-cvs] [f9a323f] master: Syntax correction for gpu docs, D124

Campbell Barton noreply at git.blender.org
Mon Dec 23 07:25:21 CET 2013


Commit: f9a323f836ab46315fff001678779c0d357c2dc8
Author: Campbell Barton
Date:   Mon Dec 23 17:24:23 2013 +1100
http://developer.blender.org/rBf9a323f836ab46315fff001678779c0d357c2dc8

Syntax correction for gpu docs, D124

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

M	doc/python_api/rst/gpu.rst

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

diff --git a/doc/python_api/rst/gpu.rst b/doc/python_api/rst/gpu.rst
index a225829..aaceb3c 100644
--- a/doc/python_api/rst/gpu.rst
+++ b/doc/python_api/rst/gpu.rst
@@ -515,7 +515,7 @@ Notes
 1. Calculation of the *mat4_lamp_to_perspective* matrix for a spot lamp.
 
    The following pseudo code shows how the *mat4_lamp_to_perspective* matrix is computed
-   in blender for uniforms of :data:`gpu.GPU_DYNAMIC_LAMP_DYNPERSMAT` type::
+   in blender for uniforms of :data:`gpu.GPU_DYNAMIC_LAMP_DYNPERSMAT` type:
 
    .. code-block:: python




More information about the Bf-blender-cvs mailing list