[Docstring-checkins] CVS: dps/spec pysource-reader.txt,1.1,1.2
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-03-28 04:33:08
|
Update of /cvsroot/docstring/dps/spec In directory usw-pr-cvs1:/tmp/cvs-serv11189/dps/spec Modified Files: pysource-reader.txt Log Message: syntax fix Index: pysource-reader.txt =================================================================== RCS file: /cvsroot/docstring/dps/spec/pysource-reader.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pysource-reader.txt 18 Oct 2001 03:35:21 -0000 1.1 --- pysource-reader.txt 28 Mar 2002 04:33:05 -0000 1.2 *************** *** 70,75 **** identifier in either prefix or suffix form:: ! Use method:`Keeper.storedata` to store the object's data in the ! `Keeper.data`:instance_attribute. The role may be one of 'package', 'module', 'class', 'method', --- 70,75 ---- identifier in either prefix or suffix form:: ! Use :method:`Keeper.storedata` to store the object's data in ! `Keeper.data`:instance_attribute:. The role may be one of 'package', 'module', 'class', 'method', |