[Docstring-checkins] CVS: dps/dps nodes.py,1.15,1.16
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2001-10-31 05:55:29
|
Update of /cvsroot/docstring/dps/dps In directory usw-pr-cvs1:/tmp/cvs-serv13754/dps/dps Modified Files: nodes.py Log Message: - Changed "link" to "reference". Index: nodes.py =================================================================== RCS file: /cvsroot/docstring/dps/dps/nodes.py,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** nodes.py 2001/10/30 05:11:35 1.15 --- nodes.py 2001/10/31 05:55:26 1.16 *************** *** 549,553 **** class interpreted(_TextElement): pass class literal(_TextElement): pass ! class link(_TextElement): pass class footnote_reference(_TextElement): pass class image(_TextElement): pass --- 549,553 ---- class interpreted(_TextElement): pass class literal(_TextElement): pass ! class reference(_TextElement): pass class footnote_reference(_TextElement): pass class image(_TextElement): pass |