mailr9360 - /1.3/relax_errors.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on August 21, 2009 - 19:07:
Author: bugman
Date: Fri Aug 21 19:07:56 2009
New Revision: 9360

URL: http://svn.gna.org/viewcvs/relax?rev=9360&view=rev
Log:
Fixed the capitalisation of the RelaxNoneListStrError error class.


Modified:
    1.3/relax_errors.py

Modified: 1.3/relax_errors.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/relax_errors.py?rev=9360&r1=9359&r2=9360&view=diff
==============================================================================
--- 1.3/relax_errors.py (original)
+++ 1.3/relax_errors.py Fri Aug 21 19:07:56 2009
@@ -357,7 +357,7 @@
         self.text = "The " + name + " argument " + repr(value) + " must 
either be an array or None."
 
 # None or list of strings.
-class RelaxNoneListstrError(BaseError):
+class RelaxNoneListStrError(BaseError):
     def __init__(self, name, value):
         self.text = "The " + name + " argument " + repr(value) + " must 
either be an array of strings or None."
 




Related Messages


Powered by MHonArc, Updated Fri Aug 21 19:20:02 2009