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
path: root/doc
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-06-14 13:41:29 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-06-14 13:41:29 +0400
commitce914e51ab281429428b20a94bcf7791684066b7 (patch)
treeffa057034ba8411019c04c339da3bd7862ef71f2 /doc
parent214f4e8c0354ee1acc4705f6fff1e6562de41fce (diff)
fix [#27659] Segfault when adding None to a group
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/bge.logic.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/python_api/rst/bge.logic.rst b/doc/python_api/rst/bge.logic.rst
index b854c82d777..0af4a1184d6 100644
--- a/doc/python_api/rst/bge.logic.rst
+++ b/doc/python_api/rst/bge.logic.rst
@@ -347,7 +347,7 @@ Utility functions
Gets the estimated/average framerate for all the active scenes, not only the current scene.
- :return: The estimed average framerate in frames per second
+ :return: The estimated average framerate in frames per second
:rtype: float
.. function:: getBlendFileList(path = "//")