commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r10118 - trunk/gnue-common/src/base


From: kilo
Subject: [gnue] r10118 - trunk/gnue-common/src/base
Date: Thu, 10 Dec 2009 04:04:34 -0600 (CST)

Author: kilo
Date: 2009-12-10 04:04:34 -0600 (Thu, 10 Dec 2009)
New Revision: 10118

Modified:
   trunk/gnue-common/src/base/tree.py
Log:
Fixed typo.

Modified: trunk/gnue-common/src/base/tree.py
===================================================================
--- trunk/gnue-common/src/base/tree.py  2009-12-10 09:40:05 UTC (rev 10117)
+++ trunk/gnue-common/src/base/tree.py  2009-12-10 10:04:34 UTC (rev 10118)
@@ -1158,7 +1158,7 @@
     def __init__(self, node, attrib_name):
         message = u_(
                 "Attribute '%(attrib_name)s' is required for node "
-                "'%(node_name)s' of of class '%(node_class)s'")
+                "'%(node_name)s' of class '%(node_class)s'")
         errors.ApplicationError.__init__(self, message % {
             'attrib_name': attrib_name,
             'node_name': unicode(node),





reply via email to

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