From: <nr...@us...> - 2009-07-22 23:51:50
|
Revision: 6560 http://jython.svn.sourceforge.net/jython/?rev=6560&view=rev Author: nriley Date: 2009-07-22 23:51:47 +0000 (Wed, 22 Jul 2009) Log Message: ----------- JSR 223: fix comments in ParserFacade. Modified Paths: -------------- branches/jsr223/src/org/python/core/ParserFacade.java Modified: branches/jsr223/src/org/python/core/ParserFacade.java =================================================================== --- branches/jsr223/src/org/python/core/ParserFacade.java 2009-07-22 21:15:39 UTC (rev 6559) +++ branches/jsr223/src/org/python/core/ParserFacade.java 2009-07-22 23:51:47 UTC (rev 6560) @@ -109,7 +109,7 @@ } /** - * Parse a string of Python source as either an expression (if possible) or module. + * Parse Python source as either an expression (if possible) or module. * * Designed for use by a JSR 223 implementation: "the Scripting API does not distinguish * between scripts which return values and those which do not, nor do they make the This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |