commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r8106 - trunk/gnue-common/src/definitions


From: johannes
Subject: [gnue] r8106 - trunk/gnue-common/src/definitions
Date: Thu, 24 Nov 2005 07:49:49 -0600 (CST)

Author: johannes
Date: 2005-11-24 07:49:48 -0600 (Thu, 24 Nov 2005)
New Revision: 8106

Modified:
   trunk/gnue-common/src/definitions/GParserHelpers.py
Log:
Fixed typo; actually it should read _getAsContents_ ()  ... :)


Modified: trunk/gnue-common/src/definitions/GParserHelpers.py
===================================================================
--- trunk/gnue-common/src/definitions/GParserHelpers.py 2005-11-24 13:23:47 UTC 
(rev 8105)
+++ trunk/gnue-common/src/definitions/GParserHelpers.py 2005-11-24 13:49:48 UTC 
(rev 8106)
@@ -459,7 +459,7 @@
     result = ""
 
     for child in self._children:
-      result += child._getAsContent_ ()
+      result += child._getAsContents_ ()
 
     return result
 
@@ -658,7 +658,7 @@
 
   # ---------------------------------------------------------------------------
 
-  def _getAsContent_ (self):
+  def _getAsContents_ (self):
     """
     @returns: the object's contents
     """





reply via email to

[Prev in Thread] Current Thread [Next in Thread]