[Python-checkins] python/dist/src/Doc/api newtypes.tex,1.18,1.19

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Thu, 30 Jan 2003 21:44:27 -0800


Update of /cvsroot/python/python/dist/src/Doc/api
In directory sc8-pr-cvs1:/tmp/cvs-serv21327

Modified Files:
	newtypes.tex 
Log Message:
Fix typo

Index: newtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/newtypes.tex,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** newtypes.tex	5 Nov 2002 22:19:45 -0000	1.18
--- newtypes.tex	31 Jan 2003 05:44:25 -0000	1.19
***************
*** 442,446 ****
  \begin{cmemberdesc}{PyTypeObject}{int}{tp_basicsize}
  \cmemberline{PyTypeObject}{int}{tp_itemsize}
!   These fields allow calculating the size in byte of instances of
    the type.
  
--- 442,446 ----
  \begin{cmemberdesc}{PyTypeObject}{int}{tp_basicsize}
  \cmemberline{PyTypeObject}{int}{tp_itemsize}
!   These fields allow calculating the size in bytes of instances of
    the type.