]> granicus.if.org Git - python/commitdiff
Typo caught by /F -- thanks!
authorFred Drake <fdrake@acm.org>
Fri, 15 Dec 2000 23:56:43 +0000 (23:56 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 15 Dec 2000 23:56:43 +0000 (23:56 +0000)
Lib/xml/dom/__init__.py

index ca44b2da2b68bce905982a12985624c2a861d55a..0296567c4561ca016276521985af9e83e2c661c9 100644 (file)
@@ -64,7 +64,7 @@ class DOMException(Exception):
     def __init__(self, *args, **kw):
         if self.__class__ is DOMException:
             raise RuntimeError(
-                "DOMException should not be instaniated directly")
+                "DOMException should not be instantiated directly")
         apply(Exception.__init__, (self,) + args, kw)