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
diff options
context:
space:
mode:
Diffstat (limited to 'doc/python_api/rst/bge_types/bge.types.SCA_DelaySensor.rst')
-rw-r--r--doc/python_api/rst/bge_types/bge.types.SCA_DelaySensor.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/python_api/rst/bge_types/bge.types.SCA_DelaySensor.rst b/doc/python_api/rst/bge_types/bge.types.SCA_DelaySensor.rst
index 34bdc4da44e..be8bd4cdb1e 100644
--- a/doc/python_api/rst/bge_types/bge.types.SCA_DelaySensor.rst
+++ b/doc/python_api/rst/bge_types/bge.types.SCA_DelaySensor.rst
@@ -5,7 +5,7 @@ base class --- :class:`SCA_ISensor`
.. class:: SCA_DelaySensor(SCA_ISensor)
- The Delay sensor generates positive and negative triggers at precise time,
+ The Delay sensor generates positive and negative triggers at precise time,
expressed in number of frames. The delay parameter defines the length of the initial OFF period. A positive trigger is generated at the end of this period.
The duration parameter defines the length of the ON period following the OFF period.