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>2014-01-26 15:17:01 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-26 15:17:01 +0400
commit1c29fd77d31318fae9d72c5560bfdf0aa742cc3d (patch)
tree14b9a1e2811edd8edfe3db605adc537e19ab8b85 /doc
parent97aab5acc4a397c73868b9f960e706153ac73f2e (diff)
Code Cleanup: style and correct API class ref
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/bge_types/bge.types.KX_GameObject.rst4
-rw-r--r--doc/python_api/rst/bge_types/bge.types.KX_MeshProxy.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/python_api/rst/bge_types/bge.types.KX_GameObject.rst b/doc/python_api/rst/bge_types/bge.types.KX_GameObject.rst
index af4852d6ab1..a4c02ee6fec 100644
--- a/doc/python_api/rst/bge_types/bge.types.KX_GameObject.rst
+++ b/doc/python_api/rst/bge_types/bge.types.KX_GameObject.rst
@@ -720,8 +720,8 @@ base class --- :class:`SCA_IObject`
:rtype:
* 3-tuple (:class:`KX_GameObject`, 3-tuple (x, y, z), 3-tuple (nx, ny, nz))
- * or 4-tuple (:class:`KX_GameObject`, 3-tuple (x, y, z), 3-tuple (nx, ny, nz), :class:`PolyProxy`)
- * or 5-tuple (:class:`KX_GameObject`, 3-tuple (x, y, z), 3-tuple (nx, ny, nz), :class:`PolyProxy`, 2-tuple (u, v))
+ * or 4-tuple (:class:`KX_GameObject`, 3-tuple (x, y, z), 3-tuple (nx, ny, nz), :class:`KX_PolyProxy`)
+ * or 5-tuple (:class:`KX_GameObject`, 3-tuple (x, y, z), 3-tuple (nx, ny, nz), :class:`KX_PolyProxy`, 2-tuple (u, v))
.. note::
diff --git a/doc/python_api/rst/bge_types/bge.types.KX_MeshProxy.rst b/doc/python_api/rst/bge_types/bge.types.KX_MeshProxy.rst
index 2ec8b8ece5c..9ef8d6b2026 100644
--- a/doc/python_api/rst/bge_types/bge.types.KX_MeshProxy.rst
+++ b/doc/python_api/rst/bge_types/bge.types.KX_MeshProxy.rst
@@ -108,7 +108,7 @@ base class --- :class:`SCA_IObject`
:arg index: polygon number
:type index: integer
:return: a polygon object.
- :rtype: :class:`PolyProxy`
+ :rtype: :class:`KX_PolyProxy`
.. method:: transform(matid, matrix)