Doc fix: wolrd -> world

The documentation for bge.types.KX_WorldInfo had two typos.
This commit is contained in:
2015-07-27 15:53:09 +02:00
parent 168bb36bc9
commit 40a866dad4

View File

@@ -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