[Python-checkins] python/dist/src/Doc/ref ref6.tex,1.47.4.8,1.47.4.9

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Mon, 31 Mar 2003 06:54:22 -0800


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

Modified Files:
      Tag: release22-maint
	ref6.tex 
Log Message:
Fix symbol in grammar; this should fix some hyperlinking in the HTML
version.


Index: ref6.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref6.tex,v
retrieving revision 1.47.4.8
retrieving revision 1.47.4.9
diff -C2 -d -r1.47.4.8 -r1.47.4.9
*** ref6.tex	25 Jan 2003 03:48:12 -0000	1.47.4.8
--- ref6.tex	31 Mar 2003 14:54:18 -0000	1.47.4.9
***************
*** 63,67 ****
  
  \begin{productionlist}
!   \production{assert_statement}
               {"assert" \token{expression} ["," \token{expression}]}
  \end{productionlist}
--- 63,67 ----
  
  \begin{productionlist}
!   \production{assert_stmt}
               {"assert" \token{expression} ["," \token{expression}]}
  \end{productionlist}