[Modeling-cvs] ProjectModeling/Modeling/doc/UserGuide DefiningaModel.tex,1.20,1.21
Status: Abandoned
Brought to you by:
sbigaret
|
From: <sbi...@us...> - 2003-08-24 17:56:17
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/doc/UserGuide
In directory sc8-pr-cvs1:/tmp/cvs-serv7771/doc/UserGuide
Modified Files:
DefiningaModel.tex
Log Message:
typo.
Index: DefiningaModel.tex
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/doc/UserGuide/DefiningaModel.tex,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** DefiningaModel.tex 24 Aug 2003 17:53:14 -0000 1.20
--- DefiningaModel.tex 24 Aug 2003 17:56:14 -0000 1.21
***************
*** 904,908 ****
\code{type('').__name__=='string'}) or python2.2 (where
\code{type('').__name__=='str'}), you should always use 'string' for a
! character type.
\lineiii{externalType}{\code{'VARCHAR'}}{}
\lineiii{width}{\code{255}}{}
--- 904,908 ----
\code{type('').__name__=='string'}) or python2.2 (where
\code{type('').__name__=='str'}), you should always use 'string' for a
! character type.}
\lineiii{externalType}{\code{'VARCHAR'}}{}
\lineiii{width}{\code{255}}{}
|