[Python-checkins] CVS: python/dist/src/Tools/compiler/doc compiler.tex,1.4,1.5

Fred L. Drake fdrake@users.sourceforge.net
Wed, 15 Aug 2001 11:48:12 -0700


Update of /cvsroot/python/python/dist/src/Tools/compiler/doc
In directory usw-pr-cvs1:/tmp/cvs-serv14751

Modified Files:
	compiler.tex 
Log Message:
Remove spurious space before a period.

Index: compiler.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/compiler/doc/compiler.tex,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** compiler.tex	2001/08/15 17:01:34	1.4
--- compiler.tex	2001/08/15 18:48:10	1.5
***************
*** 263,267 ****
  for a method named `visitNodeType,' where NodeType is the name of the
  node's class, e.g. for a \class{While} node a \method{visitWhile()}
! would be called .  If the method exists, it is called with the node as
  its first argument.
  
--- 263,267 ----
  for a method named `visitNodeType,' where NodeType is the name of the
  node's class, e.g. for a \class{While} node a \method{visitWhile()}
! would be called.  If the method exists, it is called with the node as
  its first argument.