From da6bc69ca9c79ad351950b0df7acdd6483fbc8c3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 9 Aug 2011 14:16:22 +0000 Subject: fix [#28191] Exception when enabling a script for a newer Blender build --- doc/python_api/rst/bge.logic.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3