[Python-checkins] python/dist/src/Doc/ref ref3.tex, 1.116, 1.117 ref5.tex, 1.77, 1.78

loewis at users.sourceforge.net loewis at users.sourceforge.net
Sun Oct 19 03:32:26 EDT 2003


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

Modified Files:
	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.116
retrieving revision 1.117
diff -C2 -d -r1.116 -r1.117
*** ref3.tex	22 Sep 2003 15:26:20 -0000	1.116
--- ref3.tex	19 Oct 2003 07:32:24 -0000	1.117
***************
*** 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.77
retrieving revision 1.78
diff -C2 -d -r1.77 -r1.78
*** ref5.tex	6 Sep 2003 03:33:32 -0000	1.77
--- ref5.tex	19 Oct 2003 07:32:24 -0000	1.78
***************
*** 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