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:
authorSybren A. Stüvel <sybren@stuvel.eu>2015-07-27 16:53:09 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2015-07-27 16:53:15 +0300
commit40a866dad42efa20c8744a83a413d511803e68ac (patch)
tree6edde8efc4108f36710f665d72d89544d31a194d /doc
parent168bb36bc9a1bc5c89742e8fefa56ea10fd22b8e (diff)
Doc fix: wolrd -> world
The documentation for bge.types.KX_WorldInfo had two typos.
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/bge_types/bge.types.KX_WorldInfo.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/python_api/rst/bge_types/bge.types.KX_WorldInfo.rst b/doc/python_api/rst/bge_types/bge.types.KX_WorldInfo.rst
index d0855c88d32..a636af4f083 100644
--- a/doc/python_api/rst/bge_types/bge.types.KX_WorldInfo.rst
+++ b/doc/python_api/rst/bge_types/bge.types.KX_WorldInfo.rst
@@ -1,4 +1,4 @@
-KX_WordlInfo(PyObjectPlus)
+KX_WorldInfo(PyObjectPlus)
=============================
.. module:: bge.types
@@ -7,7 +7,7 @@ base class --- :class:`PyObjectPlus`
.. class:: KX_WorldInfo(PyObjectPlus)
- A wolrd object.
+ A world object.
.. code-block:: python