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:
authorCampbell Barton <ideasman42@gmail.com>2011-08-09 18:16:22 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-08-09 18:16:22 +0400
commitda6bc69ca9c79ad351950b0df7acdd6483fbc8c3 (patch)
tree0e468839e7e05bb94b500011f8f26849700ef871 /doc/python_api/rst
parent08e184f3022494e1c834c22a25f7a23d2312e9d8 (diff)
fix [#28191] Exception when enabling a script for a newer Blender build
Diffstat (limited to 'doc/python_api/rst')
-rw-r--r--doc/python_api/rst/bge.logic.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/python_api/rst/bge.logic.rst b/doc/python_api/rst/bge.logic.rst
index 7c392901eec..798491b4710 100644
--- a/doc/python_api/rst/bge.logic.rst
+++ b/doc/python_api/rst/bge.logic.rst
@@ -220,8 +220,8 @@ General functions
.. note::
This function is not effective immediately, the scene is queued
- and added on the next logic cycle where it will be available
- from `getSceneList`
+ and added on the next logic cycle where it will be available
+ from `getSceneList`
:arg name: The name of the scene
:type name: string