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:
authorKen Hughes <khughes@pacific.edu>2005-11-29 01:49:59 +0300
committerKen Hughes <khughes@pacific.edu>2005-11-29 01:49:59 +0300
commitc0e94f3063c3aae00ca1c67d658dd3eec1ecc9a3 (patch)
tree3a69420b07b220ca8aaf25e07d3eca6fd309f180 /source/blender
parent10517e5e87d40e23fd01645d9d9e7a70271b91c5 (diff)
Fix incorrect documentation for Window.QTest().
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/python/api2_2x/doc/Window.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/python/api2_2x/doc/Window.py b/source/blender/python/api2_2x/doc/Window.py
index 99d2fe9464d..64775654054 100644
--- a/source/blender/python/api2_2x/doc/Window.py
+++ b/source/blender/python/api2_2x/doc/Window.py
@@ -318,8 +318,8 @@ def CameraView (camtov3d = 0):
def QTest ():
"""
Check if there are pending events in the event queue.
- @rtype: bool
- @return: 1 if there are pending events, 0 otherwise.
+ @rtype: int
+ @return: 0 if there are no pending events, non-zero otherwise.
"""
def QRead ():