[Python-checkins] python/dist/src/Doc/ref ref3.tex, 1.114.4.2, 1.114.4.3 ref5.tex, 1.76, 1.76.10.1

loewis at users.sourceforge.net loewis at users.sourceforge.net
Sun Oct 19 03:31:17 EDT 2003


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

Modified Files:
      Tag: release23-maint
	ref3.tex ref5.tex 
Log Message:
Patch #821093: Fix various typos.


Index: ref3.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref3.tex,v
retrieving revision 1.114.4.2
retrieving revision 1.114.4.3
diff -C2 -d -r1.114.4.2 -r1.114.4.3
*** ref3.tex	22 Sep 2003 15:36:00 -0000	1.114.4.2
--- ref3.tex	19 Oct 2003 07:31:14 -0000	1.114.4.3
***************
*** 1035,1039 ****
  initialization of the base class part of the instance; for example:
  \samp{BaseClass.__init__(\var{self}, [\var{args}...])}.  As a special
! contraint on constructors, no value may be returned; doing so will
  cause a \exception{TypeError} to be raised at runtime.
  \end{methoddesc}
--- 1035,1039 ----
  initialization of the base class part of the instance; for example:
  \samp{BaseClass.__init__(\var{self}, [\var{args}...])}.  As a special
! constraint on constructors, no value may be returned; doing so will
  cause a \exception{TypeError} to be raised at runtime.
  \end{methoddesc}

Index: ref5.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref5.tex,v
retrieving revision 1.76
retrieving revision 1.76.10.1
diff -C2 -d -r1.76 -r1.76.10.1
*** ref5.tex	27 Jun 2003 17:12:43 -0000	1.76
--- ref5.tex	19 Oct 2003 07:31:15 -0000	1.76.10.1
***************
*** 1005,1009 ****
  \indexii{lambda}{expression}
  \indexii{lambda}{form}
! \indexii{anonmymous}{function}
  
  Lambda forms (lambda expressions) have the same syntactic position as
--- 1005,1009 ----
  \indexii{lambda}{expression}
  \indexii{lambda}{form}
! \indexii{anonymous}{function}
  
  Lambda forms (lambda expressions) have the same syntactic position as





More information about the Python-checkins mailing list