Update of /cvsroot/webware/Webware/WebKit
In directory usw-pr-cvs1:/tmp/cvs-serv3455/WebKit
Modified Files:
Page.py
Log Message:
fixing typo
Index: Page.py
===================================================================
RCS file: /cvsroot/webware/Webware/WebKit/Page.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** Page.py 22 Jul 2002 21:39:47 -0000 1.23
--- Page.py 4 Sep 2002 13:28:39 -0000 1.24
***************
*** 346,350 ****
sleep() are skipped and the accumulated response is sent immediately with no further
processing. If this is called during respond() then the rest of respond() is
! skipped but awake() is called, then the accumulated response is sent.
"""
raise EndResponse
--- 346,350 ----
sleep() are skipped and the accumulated response is sent immediately with no further
processing. If this is called during respond() then the rest of respond() is
! skipped but sleep() is called, then the accumulated response is sent.
"""
raise EndResponse
|