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_PythonController.rst')
-rw-r--r--doc/python_api/rst/bge_types/bge.types.SCA_PythonController.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/python_api/rst/bge_types/bge.types.SCA_PythonController.rst b/doc/python_api/rst/bge_types/bge.types.SCA_PythonController.rst
index a11c1398546..c57f4b56e73 100644
--- a/doc/python_api/rst/bge_types/bge.types.SCA_PythonController.rst
+++ b/doc/python_api/rst/bge_types/bge.types.SCA_PythonController.rst
@@ -5,7 +5,7 @@ base class --- :class:`SCA_IController`
.. class:: SCA_PythonController(SCA_IController)
- A Python controller uses a Python script to activate it's actuators,
+ A Python controller uses a Python script to activate it's actuators,
based on it's sensors.
.. attribute:: owner
@@ -22,9 +22,9 @@ base class --- :class:`SCA_IController`
* When 'Module' execution mode is set this value will contain a single line string - module name and function "module.func" or "package.modile.func" where the module names are python textblocks or external scripts.
:type: string
-
+
.. note::
-
+
Once this is set the script name given for warnings will remain unchanged.
.. attribute:: mode