Update of /cvsroot/docstring/dps/spec
In directory usw-pr-cvs1:/tmp/cvs-serv1313/dps/spec
Modified Files:
dps-notes.txt
Log Message:
minor mod
Index: dps-notes.txt
===================================================================
RCS file: /cvsroot/docstring/dps/spec/dps-notes.txt,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** dps-notes.txt 28 Mar 2002 04:34:58 -0000 1.33
--- dps-notes.txt 4 Apr 2002 05:53:11 -0000 1.34
***************
*** 238,242 ****
2. Run the parser on each docstring in turn, producing a forest of
! trees (internal data structure as per nodes.py).
3. Join the docstring trees together into a single tree, running
--- 238,242 ----
2. Run the parser on each docstring in turn, producing a forest of
! doctrees (per nodes.py).
3. Join the docstring trees together into a single tree, running
|