Merge branch 'master' into sqlalchemy
[sfa.git] / 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