Code Cleanup: spelling

This commit is contained in:
2014-01-17 17:35:03 +11:00
parent 477a84a738
commit 63ccb26303
17 changed files with 20 additions and 20 deletions

View File

@@ -1368,7 +1368,7 @@ static PyObject *Matrix_rotate(MatrixObject *self, PyObject *value)
PyDoc_STRVAR(Matrix_decompose_doc,
".. method:: decompose()\n"
"\n"
" Return the location, rotaion and scale components of this matrix.\n"
" Return the location, rotation and scale components of this matrix.\n"
"\n"
" :return: loc, rot, scale triple.\n"
" :rtype: (:class:`Vector`, :class:`Quaternion`, :class:`Vector`)"