Doc fix: wolrd -> world

The documentation for bge.types.KX_WorldInfo had two typos.
This commit is contained in:
Sybren A. Stüvel 2015-07-27 15:53:09 +02:00
parent 168bb36bc9
commit 40a866dad4
1 changed files with 2 additions and 2 deletions

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