[Python-checkins] python/nondist/sandbox/ast asdl_java.py,1.1,1.2

jhylton@sourceforge.net jhylton@sourceforge.net
Mon, 15 Apr 2002 20:18:57 -0700


Update of /cvsroot/python/python/nondist/sandbox/ast
In directory usw-pr-cvs1:/tmp/cvs-serv16830

Modified Files:
	asdl_java.py 
Log Message:
Fix a small typo in the doc string :-)


Index: asdl_java.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/ast/asdl_java.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** asdl_java.py	14 Apr 2002 10:17:58 -0000	1.1
--- asdl_java.py	16 Apr 2002 03:18:54 -0000	1.2
***************
*** 1,3 ****
! """Generate C code from an ASDL description."""
  
  # TO DO
--- 1,3 ----
! """Generate Java code from an ASDL description."""
  
  # TO DO