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
path: root/doc
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-12-23 10:24:23 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-12-23 10:24:23 +0400
commitf9a323f836ab46315fff001678779c0d357c2dc8 (patch)
tree488fb629e0ecd8d810344dfd9cf4324350045db8 /doc
parent133bc4b9913ac9dea447951db98078a3a5de1f9c (diff)
Syntax correction for gpu docs, D124
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/gpu.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/python_api/rst/gpu.rst b/doc/python_api/rst/gpu.rst
index a225829b3e8..aaceb3ce32e 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