Fix incorrect documentation for Window.QTest().

This commit is contained in:
Ken Hughes
2005-11-28 22:49:59 +00:00
parent 10517e5e87
commit c0e94f3063

View File

@@ -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 ():