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
diff options
context:
space:
mode:
authorMitchell Stokes <mogurijin@gmail.com>2014-04-01 09:20:03 +0400
committerMitchell Stokes <mogurijin@gmail.com>2014-04-01 09:22:04 +0400
commit11299f5ff405a7668ae06ee7ea5495b624f9ce9a (patch)
tree72fe233c51b622c5f6b02ab9bb978ff22740ac6b /doc/python_api/rst/bge_types/bge.types.SCA_PythonKeyboard.rst
parent617557b08ea94e2b65a1697ddf0b79651204d92b (diff)
BGE doc cleanup: Some small cleanups in the BGE docs:
* Fixing trailing whitespace in some files * Fixing some indentation * SCA_PythonController.owner is now documented * SCA_PythonKeyboard members now use the member directive instead of function
Diffstat (limited to 'doc/python_api/rst/bge_types/bge.types.SCA_PythonKeyboard.rst')
-rw-r--r--doc/python_api/rst/bge_types/bge.types.SCA_PythonKeyboard.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/python_api/rst/bge_types/bge.types.SCA_PythonKeyboard.rst b/doc/python_api/rst/bge_types/bge.types.SCA_PythonKeyboard.rst
index 6cfef2f80f1..7511f6724d8 100644
--- a/doc/python_api/rst/bge_types/bge.types.SCA_PythonKeyboard.rst
+++ b/doc/python_api/rst/bge_types/bge.types.SCA_PythonKeyboard.rst
@@ -22,13 +22,13 @@ base class --- :class:`PyObjectPlus`
:type: dictionary {:ref:`keycode<keyboard-keys>`::ref:`status<input-status>`, ...}
- .. function:: getClipboard()
+ .. method:: getClipboard()
Gets the clipboard text.
:rtype: string
- .. function:: setClipboard(text)
+ .. method:: setClipboard(text)
Sets the clipboard text.