Update of /cvsroot/docstring/dps/dps/transforms
In directory usw-pr-cvs1:/tmp/cvs-serv4631/dps/dps/transforms
Modified Files:
__init__.py
Log Message:
docstring
Index: __init__.py
===================================================================
RCS file: /cvsroot/docstring/dps/dps/transforms/__init__.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** __init__.py 2002/01/16 02:54:52 1.1
--- __init__.py 2002/01/25 23:59:12 1.2
***************
*** 21,29 ****
of contents.
! Each transform is an optional step that a DPS Reader may choose to
! perform on the parsed document, depending on the input context.
!
! (@@@ delete: A DPS Reader may also perform Reader-specific transforms
! before performing these standard transforms.)
"""
--- 21,28 ----
of contents.
! Each transform is an optional step that a DPS Reader may choose to perform on
! the parsed document, depending on the input context. A DPS Reader may also
! perform Reader-specific transforms before or after performing these standard
! transforms.
"""
|