[Python-checkins] python/dist/src/Doc/ext newtypes.tex,1.17,1.18

gward@users.sourceforge.net gward@users.sourceforge.net
Tue, 17 Dec 2002 10:14:27 -0800


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

Modified Files:
	newtypes.tex 
Log Message:
Typo fix.

Index: newtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/newtypes.tex,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** newtypes.tex	17 Jul 2002 16:40:39 -0000	1.17
--- newtypes.tex	17 Dec 2002 18:14:21 -0000	1.18
***************
*** 44,48 ****
  This names the type object that will be defining further down in the
  file.  It can't be defined here because its definition has to refer to
! functions that have no yet been defined, but we need to be able to
  refer to it, hence the declaration.
  
--- 44,48 ----
  This names the type object that will be defining further down in the
  file.  It can't be defined here because its definition has to refer to
! functions that have not yet been defined, but we need to be able to
  refer to it, hence the declaration.