Update of /cvsroot/webware/Webware/WebKit
In directory sc8-pr-cvs1:/tmp/cvs-serv21045
Modified Files:
ThreadedAppServer.py
Log Message:
docstring typos
Index: ThreadedAppServer.py
===================================================================
RCS file: /cvsroot/webware/Webware/WebKit/ThreadedAppServer.py,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -d -r1.66 -r1.67
*** ThreadedAppServer.py 25 Mar 2003 22:28:43 -0000 1.66
--- ThreadedAppServer.py 25 Mar 2003 23:46:55 -0000 1.67
***************
*** 111,115 ****
The `handlerClass` is a subclass of `Handler`, and is used
to handle the actual request -- usually returning control
! back to ThreadedAppServer in some fashion. See Handler_
for more.
"""
--- 111,115 ----
The `handlerClass` is a subclass of `Handler`, and is used
to handle the actual request -- usually returning control
! back to ThreadedAppServer in some fashion. See `Handler`
for more.
"""
***************
*** 689,693 ****
not be the ``Webware/WebKit`` directory (though by default
it is). The monitor and HTTP handlers are started based
! on `useMonitor` and `http`. For monitor see `MonitorHandler`_,
and for HTTP see `HTTPServer.HTTPAppServerHandler`.
--- 689,693 ----
not be the ``Webware/WebKit`` directory (though by default
it is). The monitor and HTTP handlers are started based
! on `useMonitor` and `http`. For monitor see `MonitorHandler`,
and for HTTP see `HTTPServer.HTTPAppServerHandler`.
|