From fbda0e1fb1598e8b34344700feefd9abe8f1980f Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Fri, 3 Feb 2012 21:25:36 -0500 Subject: [PATCH] spelling --- sfa/rspecs/elements/element.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/rspecs/elements/element.py b/sfa/rspecs/elements/element.py index b288cbbd..7f79e810 100644 --- a/sfa/rspecs/elements/element.py +++ b/sfa/rspecs/elements/element.py @@ -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 -- 2.43.0