[Python-checkins] CVS: python/dist/src/Doc/ref ref5.tex,1.55,1.56

Fred L. Drake fdrake@users.sourceforge.net
Mon, 18 Mar 2002 08:47:16 -0800


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

Modified Files:
	ref5.tex 
Log Message:
Fix up unescaped tilde; reported by several people.

Index: ref5.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref5.tex,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -d -r1.55 -r1.56
*** ref5.tex	16 Mar 2002 06:35:54 -0000	1.55
--- ref5.tex	18 Mar 2002 16:47:14 -0000	1.56
***************
*** 630,634 ****
    \production{u_expr}
               {\token{power} | "-" \token{u_expr}
!               | "+" \token{u_expr} | "~" \token{u_expr}}
  \end{productionlist}
  
--- 630,634 ----
    \production{u_expr}
               {\token{power} | "-" \token{u_expr}
!               | "+" \token{u_expr} | "{\~}" \token{u_expr}}
  \end{productionlist}