spelling
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Sat, 4 Feb 2012 02:25:36 +0000 (21:25 -0500)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Sat, 4 Feb 2012 02:25:36 +0000 (21:25 -0500)
sfa/rspecs/elements/element.py

index b288cbb..7f79e81 100644 (file)
@@ -18,4 +18,4 @@ class Element(dict):
         elif hasattr(self.element, name):
             return getattr(self.element, name)
         else:
-            raise AttributeError, "class Element has not attribute %s" % name
+            raise AttributeError, "class Element has no attribute %s" % name