Commit f16527c8 authored by Fred Drake's avatar Fred Drake

Typo caught by /F -- thanks!

parent 23fff911
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment