Syntax correction for gpu docs, D124

This commit is contained in:
Campbell Barton 2013-12-23 17:24:23 +11:00
parent 133bc4b991
commit f9a323f836
1 changed files with 1 additions and 1 deletions

View File

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