[Bf-blender-cvs] [6f17fb8] master: BGE: Missing dot in 2d filter actuator documentation.

Quentin Wenger noreply at git.blender.org
Wed Jun 24 22:35:21 CEST 2015


Commit: 6f17fb86306c9de3daec4e4d7ecffd5909fbe365
Author: Quentin Wenger
Date:   Wed Jun 24 22:31:11 2015 +0200
Branches: master
https://developer.blender.org/rB6f17fb86306c9de3daec4e4d7ecffd5909fbe365

BGE: Missing dot in 2d filter actuator documentation.

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

M	doc/python_api/rst/bge_types/bge.types.SCA_2DFilterActuator.rst

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

diff --git a/doc/python_api/rst/bge_types/bge.types.SCA_2DFilterActuator.rst b/doc/python_api/rst/bge_types/bge.types.SCA_2DFilterActuator.rst
index 291ee84..0a6c5fc 100644
--- a/doc/python_api/rst/bge_types/bge.types.SCA_2DFilterActuator.rst
+++ b/doc/python_api/rst/bge_types/bge.types.SCA_2DFilterActuator.rst
@@ -7,7 +7,7 @@ base class --- :class:`SCA_IActuator`
 
 .. class:: SCA_2DFilterActuator(SCA_IActuator)
 
-   Create, enable and disable 2D filters
+   Create, enable and disable 2D filters.
 
    The following properties don't have an immediate effect.
    You must active the actuator to get the result.
@@ -29,7 +29,7 @@ base class --- :class:`SCA_IActuator`
 
    .. attribute:: mode
 
-      Type of 2D filter, use one of :ref:`these constants <Two-D-FilterActuator-mode>`
+      Type of 2D filter, use one of :ref:`these constants <Two-D-FilterActuator-mode>`.
 
       :type: integer




More information about the Bf-blender-cvs mailing list