[pywin32-checkins] pywin32/isapi simple.py,1.1,1.2
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2005-05-24 14:47:38
|
Update of /cvsroot/pywin32/pywin32/isapi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28709 Modified Files: simple.py Log Message: Correct typo in docstring. Index: simple.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/isapi/simple.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** simple.py 6 Oct 2004 05:11:52 -0000 1.1 --- simple.py 24 May 2005 14:47:15 -0000 1.2 *************** *** 10,14 **** class SimpleExtension: ! "Base class for a a simple ISAPI extension" def __init__(self): pass --- 10,14 ---- class SimpleExtension: ! "Base class for a simple ISAPI extension" def __init__(self): pass |