Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fff91 commit f16527cCopy full SHA for f16527c
1 file changed
Lib/xml/dom/__init__.py
@@ -64,7 +64,7 @@ class DOMException(Exception):
64
def __init__(self, *args, **kw):
65
if self.__class__ is DOMException:
66
raise RuntimeError(
67
- "DOMException should not be instaniated directly")
+ "DOMException should not be instantiated directly")
68
apply(Exception.__init__, (self,) + args, kw)
69
70
0 commit comments