[Python-checkins] python/dist/src/Doc/whatsnew whatsnew24.tex, 1.80, 1.81

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Fri Aug 6 05:34:22 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13046

Modified Files:
	whatsnew24.tex 
Log Message:
fix markup nit, typo

Index: whatsnew24.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew24.tex,v
retrieving revision 1.80
retrieving revision 1.81
diff -C2 -d -r1.80 -r1.81
*** whatsnew24.tex	2 Aug 2004 21:50:26 -0000	1.80
--- whatsnew24.tex	6 Aug 2004 03:34:20 -0000	1.81
***************
*** 215,219 ****
  \emph{decorating} functions with more details.  
  
! The notation borrows from Java and uses the \samp{@} character as an
  indicator.  Using the new syntax, the example above would be written:
  
--- 215,219 ----
  \emph{decorating} functions with more details.  
  
! The notation borrows from Java and uses the \character{@} character as an
  indicator.  Using the new syntax, the example above would be written:
  
***************
*** 228,232 ****
  
  The \code{@classmethod} is shorthand for the
! \code{meth=classmethod(meth} assignment.  More generally, if you have
  the following:
  
--- 228,232 ----
  
  The \code{@classmethod} is shorthand for the
! \code{meth=classmethod(meth)} assignment.  More generally, if you have
  the following:
  



More information about the Python-checkins mailing list